diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 2000-10-16 18:50:00 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 2000-10-16 18:50:00 +0000 |
| commit | ebcc7b37d5fb3762cc8aec73c8897e821d3397ca (patch) | |
| tree | 0a1e3969ef2072409073b6641186db0f7fd45726 | |
| parent | b425e3194780686c46c4dd3d01f71029a97c0284 (diff) | |
Notes
| -rw-r--r-- | sys/dev/usb/ohci.c | 1 | ||||
| -rw-r--r-- | sys/dev/usb/uhci.c | 1 | ||||
| -rw-r--r-- | sys/dev/usb/usb_subr.c | 1 | ||||
| -rw-r--r-- | sys/dev/usb/usbdi.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c index dee9216a4ea3..9d584d96082e 100644 --- a/sys/dev/usb/ohci.c +++ b/sys/dev/usb/ohci.c @@ -77,6 +77,7 @@ #include <dev/usb/ohcivar.h> #if defined(__FreeBSD__) +#include <machine/clock.h> #define delay(d) DELAY(d) #endif diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index c243035c164f..d9aeabf644d3 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -79,6 +79,7 @@ #include <dev/usb/uhcivar.h> #if defined(__FreeBSD__) +#include <machine/clock.h> #define delay(d) DELAY(d) #endif diff --git a/sys/dev/usb/usb_subr.c b/sys/dev/usb/usb_subr.c index 241c0fa9af78..8b467f3f9036 100644 --- a/sys/dev/usb/usb_subr.c +++ b/sys/dev/usb/usb_subr.c @@ -62,6 +62,7 @@ #include <dev/usb/usb_quirks.h> #if defined(__FreeBSD__) +#include <machine/clock.h> #define delay(d) DELAY(d) #endif diff --git a/sys/dev/usb/usbdi.c b/sys/dev/usb/usbdi.c index 1266ec331148..f4ac846e9714 100644 --- a/sys/dev/usb/usbdi.c +++ b/sys/dev/usb/usbdi.c @@ -63,6 +63,7 @@ #if defined(__FreeBSD__) #include "usb_if.h" +#include <machine/clock.h> #define delay(d) DELAY(d) #endif |
