diff options
author | 2013-03-28 03:58:03 +0000 | |
---|---|---|
committer | 2013-03-28 03:58:03 +0000 | |
commit | b047b92c592efa9f707e9c00b25c78beb029b32a (patch) | |
tree | e68705d8714b11818c0cf34f34352ae51de5d909 /sys/dev/usb/usbdivar.h | |
parent | it is believed that the comment is referring to the define below. (diff) | |
download | wireguard-openbsd-b047b92c592efa9f707e9c00b25c78beb029b32a.tar.xz wireguard-openbsd-b047b92c592efa9f707e9c00b25c78beb029b32a.zip |
proc.h is way too much header for usb to handle.
Diffstat (limited to 'sys/dev/usb/usbdivar.h')
-rw-r--r-- | sys/dev/usb/usbdivar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdivar.h b/sys/dev/usb/usbdivar.h index 8152ca59fc7..115b3dabee0 100644 --- a/sys/dev/usb/usbdivar.h +++ b/sys/dev/usb/usbdivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: usbdivar.h,v 1.45 2013/03/16 11:11:22 mpi Exp $ */ +/* $OpenBSD: usbdivar.h,v 1.46 2013/03/28 03:58:03 tedu Exp $ */ /* $NetBSD: usbdivar.h,v 1.70 2002/07/11 21:14:36 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/usbdivar.h,v 1.11 1999/11/17 22:33:51 n_hibma Exp $ */ @@ -32,6 +32,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/timeout.h> + /* From usb_mem.h */ struct usb_dma_block; typedef struct { |