summaryrefslogtreecommitdiffstats
path: root/lib/libusb/usb.h
diff options
context:
space:
mode:
authorwkoszek <wkoszek@FreeBSD.org>2010-02-13 09:45:50 +0000
committerwkoszek <wkoszek@FreeBSD.org>2010-02-13 09:45:50 +0000
commit8d96822e1985622d90c51ced78680918c89f7471 (patch)
treee9a9baccdcda38d521e13baab8d6de51d46f99a0 /lib/libusb/usb.h
parent0bb93dcce6c2e5f85e9b716468455c784041177a (diff)
downloadFreeBSD-src-8d96822e1985622d90c51ced78680918c89f7471.zip
FreeBSD-src-8d96822e1985622d90c51ced78680918c89f7471.tar.gz
Resort includes to match style(9) a bit more. No functional change
is expected after this commit. Tested by: make buildworld Reviewed by: hps (patch without .h changes)
Diffstat (limited to 'lib/libusb/usb.h')
-rw-r--r--lib/libusb/usb.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libusb/usb.h b/lib/libusb/usb.h
index 5d9c603..a29f48d 100644
--- a/lib/libusb/usb.h
+++ b/lib/libusb/usb.h
@@ -27,9 +27,10 @@
#ifndef _LIBUSB20_COMPAT_01_H_
#define _LIBUSB20_COMPAT_01_H_
-#include <stdint.h>
-#include <sys/types.h>
#include <sys/param.h>
+#include <sys/endian.h>
+
+#include <stdint.h>
/* USB interface class codes */
OpenPOWER on IntegriCloud