diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 2000-05-07 14:58:03 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 2000-05-07 14:58:03 +0000 |
| commit | e08632a24512162a7a02df72dfa8835ba31ab9e3 (patch) | |
| tree | 42f5c9ad8aa32d6395d4b2d9d2781bc75df25e41 /sys/dev/usb | |
| parent | f6653e807ebe8e49bbb2a2278b80fcf9e7b3b162 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/usb_if.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_if.m b/sys/dev/usb/usb_if.m index e497817de526..c1b27c8a4bec 100644 --- a/sys/dev/usb/usb_if.m +++ b/sys/dev/usb/usb_if.m @@ -31,6 +31,8 @@ # USB interface description # +#include <sys/bus.h> + INTERFACE usb; # The device should start probing for new drivers again |
