diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/usbf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usbf.c b/sys/dev/usb/usbf.c index 8f5eb635e4e..b24f5ace46e 100644 --- a/sys/dev/usb/usbf.c +++ b/sys/dev/usb/usbf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: usbf.c,v 1.13 2011/09/18 23:24:12 krw Exp $ */ +/* $OpenBSD: usbf.c,v 1.14 2011/09/27 19:58:38 miod Exp $ */ /* * Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org> @@ -52,6 +52,7 @@ #include <sys/param.h> #include <sys/device.h> +#include <sys/kthread.h> #include <sys/timeout.h> #include <sys/malloc.h> #include <sys/systm.h> |