aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/ums.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2004-12-13 07:08:22 +0000
committerWarner Losh <imp@FreeBSD.org>2004-12-13 07:08:22 +0000
commita9557e219432a24290da55fb99fa4f11653e983c (patch)
tree51825b9c7b0e64d7ff6a05d574eef9bc1941409b /sys/dev/usb/ums.c
parentdce357b112387c72cfddd3345a878c96e7023adc (diff)
downloadsrc-a9557e219432a24290da55fb99fa4f11653e983c.tar.gz
src-a9557e219432a24290da55fb99fa4f11653e983c.zip
Add sys/uio.h explicitly, and move sys/vnode.h include to be more
alphabetical. # vnode.h should not be included here, but it is required for proper decoding # of the flags args. This may change in the future...
Notes
Notes: svn path=/head/; revision=138785
Diffstat (limited to 'sys/dev/usb/ums.c')
-rw-r--r--sys/dev/usb/ums.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/ums.c b/sys/dev/usb/ums.c
index 83440c3ef857..c78c42253480 100644
--- a/sys/dev/usb/ums.c
+++ b/sys/dev/usb/ums.c
@@ -58,9 +58,10 @@ __FBSDID("$FreeBSD$");
#else
#include <sys/select.h>
#endif
-#include <sys/vnode.h>
#include <sys/poll.h>
#include <sys/sysctl.h>
+#include <sys/uio.h>
+#include <sys/vnode.h>
#include <dev/usb/usb.h>
#include <dev/usb/usbhid.h>