diff options
author | imp <imp@FreeBSD.org> | 2007-06-18 22:26:41 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2007-06-18 22:26:41 +0000 |
commit | d117b188c3fe0f64b221e59b97b7a068518c147a (patch) | |
tree | c9e96a3aa728baf5e935961f205bbcab65d9b8ed /sys/dev | |
parent | 03e581dfb9e93327c7f7fc43b3c9163cf28a9b2b (diff) | |
download | FreeBSD-src-d117b188c3fe0f64b221e59b97b7a068518c147a.zip FreeBSD-src-d117b188c3fe0f64b221e59b97b7a068518c147a.tar.gz |
Explicitly use usb_port.h to get compat macros.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/sound/usb/uaudio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/usb/uaudio.c b/sys/dev/sound/usb/uaudio.c index c860db9..c9701c1 100644 --- a/sys/dev/sound/usb/uaudio.c +++ b/sys/dev/sound/usb/uaudio.c @@ -98,6 +98,7 @@ __KERNEL_RCSID(0, "$NetBSD: uaudio.c,v 1.91 2004/11/05 17:46:14 kent Exp $"); #include "feeder_if.h" #endif +#include <dev/usb/usb_port.h> #include <dev/usb/usb.h> #include <dev/usb/usbdi.h> #include <dev/usb/usbdi_util.h> |