summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usbf_subr.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2007-06-14 19:18:49 +0000
committerderaadt <deraadt@openbsd.org>2007-06-14 19:18:49 +0000
commit39aaa3e179342f9925b16941b79ab2083f73259a (patch)
tree91842fd6e60bc2a298c1050a1c689507bc7a6447 /sys/dev/usb/usbf_subr.c
parentPrettier dmesg; requested a long time ago by deraadt@. (diff)
downloadwireguard-openbsd-39aaa3e179342f9925b16941b79ab2083f73259a.tar.xz
wireguard-openbsd-39aaa3e179342f9925b16941b79ab2083f73259a.zip
unbreak tree after untested timeout.h deletions
Diffstat (limited to 'sys/dev/usb/usbf_subr.c')
-rw-r--r--sys/dev/usb/usbf_subr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usbf_subr.c b/sys/dev/usb/usbf_subr.c
index 89cf045ac9e..e0fdb4ba71c 100644
--- a/sys/dev/usb/usbf_subr.c
+++ b/sys/dev/usb/usbf_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: usbf_subr.c,v 1.7 2007/06/12 16:26:37 mbalmer Exp $ */
+/* $OpenBSD: usbf_subr.c,v 1.8 2007/06/14 19:18:49 deraadt Exp $ */
/*
* Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org>
@@ -23,6 +23,7 @@
#include <sys/param.h>
#include <sys/malloc.h>
#include <sys/systm.h>
+#include <sys/timeout.h>
#include <machine/bus.h>