From 587757b066b55b736b71b6eebdda4dcdbb563f4a Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Wed, 16 Jul 2003 08:15:02 +0000 Subject: [PATCH] seems like i386 && DIAGNOSTIC needs sys/proc.h Noticed by: tinderbox --- sys/dev/usb/usbdi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/usb/usbdi.c b/sys/dev/usb/usbdi.c index e26d8c3bf75..78c459f2a45 100644 --- a/sys/dev/usb/usbdi.c +++ b/sys/dev/usb/usbdi.c @@ -56,6 +56,7 @@ #endif #endif #include +#include #include