From 4e7a9416198cecc333537c044d0e320e8f302626 Mon Sep 17 00:00:00 2001 From: n_hibma Date: Mon, 16 Oct 2000 18:50:00 +0000 Subject: Undo previous commit. is needed for the prototype for DELAY(). --- sys/dev/usb/usb_subr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/usb/usb_subr.c') diff --git a/sys/dev/usb/usb_subr.c b/sys/dev/usb/usb_subr.c index 241c0fa..8b467f3 100644 --- a/sys/dev/usb/usb_subr.c +++ b/sys/dev/usb/usb_subr.c @@ -62,6 +62,7 @@ #include #if defined(__FreeBSD__) +#include #define delay(d) DELAY(d) #endif -- cgit v1.1