summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-06-14 19:18:50 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-06-14 19:18:50 +0000
commit8df01f7bcb376e49e4e543e1f7158dc56d621489 (patch)
treece69f3a1d6fa201dbc86db6e0d68cf2641d0e0b3 /sys/dev
parentc695c7385ce713a79f20bda8fcf772dce28db037 (diff)
unbreak tree after untested timeout.h deletions
Diffstat (limited to 'sys/dev')
-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>