summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/usbf.c')
-rw-r--r--sys/dev/usb/usbf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usbf.c b/sys/dev/usb/usbf.c
index cac626e19e2..8f5eb635e4e 100644
--- a/sys/dev/usb/usbf.c
+++ b/sys/dev/usb/usbf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: usbf.c,v 1.12 2010/10/28 16:07:53 deraadt Exp $ */
+/* $OpenBSD: usbf.c,v 1.13 2011/09/18 23:24:12 krw Exp $ */
/*
* Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org>
@@ -52,7 +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>