summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2003-07-16 08:15:02 +0000
committerjmg <jmg@FreeBSD.org>2003-07-16 08:15:02 +0000
commit7fffe77e3d8b8414514d7e767286c2eca6d97299 (patch)
tree92a103f32d8851dfbba17278704f989d6ed8f21c /sys
parentdd6e5364d8a7257961a83098972a04fa81b15396 (diff)
downloadFreeBSD-src-7fffe77e3d8b8414514d7e767286c2eca6d97299.zip
FreeBSD-src-7fffe77e3d8b8414514d7e767286c2eca6d97299.tar.gz
seems like i386 && DIAGNOSTIC needs sys/proc.h
Noticed by: tinderbox
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/usbdi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdi.c b/sys/dev/usb/usbdi.c
index e26d8c3..78c459f 100644
--- a/sys/dev/usb/usbdi.c
+++ b/sys/dev/usb/usbdi.c
@@ -56,6 +56,7 @@
#endif
#endif
#include <sys/malloc.h>
+#include <sys/proc.h>
#include <machine/bus.h>
OpenPOWER on IntegriCloud