diff options
author | imp <imp@FreeBSD.org> | 2007-06-23 21:52:05 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2007-06-23 21:52:05 +0000 |
commit | fc8857ae2af57f6b4578bced956b4b4eb9ad81dc (patch) | |
tree | 18abac39c029c12c349d6441f602e0e33d9f5364 | |
parent | 1c12158d8175d53463789ea5ae6d407409f08a7b (diff) | |
download | FreeBSD-src-fc8857ae2af57f6b4578bced956b4b4eb9ad81dc.zip FreeBSD-src-fc8857ae2af57f6b4578bced956b4b4eb9ad81dc.tar.gz |
Include usb_port.h
Approved by: re@ (blanket and/or cleanup commit approval)
-rw-r--r-- | sys/dev/ata/ata-usb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ata/ata-usb.c b/sys/dev/ata/ata-usb.c index b16c416..cc449e0 100644 --- a/sys/dev/ata/ata-usb.c +++ b/sys/dev/ata/ata-usb.c @@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$"); #include <machine/resource.h> #include <machine/bus.h> #include <sys/rman.h> +#include <dev/usb/usb_port.h> #include <dev/usb/usb.h> #include <dev/usb/usbdi.h> #include <dev/usb/usbdi_util.h> |