diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 1999-11-08 23:47:34 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 1999-11-08 23:47:34 +0000 |
| commit | 396f1f268dafa4c991d6889c483afb1f4e139d47 (patch) | |
| tree | afdbb1004863a2783ffcaec1664c4a346c5163ec /sys/dev/usb | |
| parent | 838b8e23b90325043ffd420c4a5da472f0bee7e3 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/usb_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_subr.c b/sys/dev/usb/usb_subr.c index 9730939f3f8a..fb4ef4bf0bfc 100644 --- a/sys/dev/usb/usb_subr.c +++ b/sys/dev/usb/usb_subr.c @@ -44,12 +44,12 @@ #include <sys/malloc.h> #if defined(__NetBSD__) || defined(__OpenBSD__) #include <sys/device.h> +#include <sys/select.h> #elif defined(__FreeBSD__) #include <sys/module.h> #include <sys/bus.h> #endif #include <sys/proc.h> -#include <sys/select.h> #include <dev/usb/usb.h> |
