summaryrefslogtreecommitdiffstats
path: root/lib/libusb/usb.h
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2013-03-13 12:23:14 +0000
committerhselasky <hselasky@FreeBSD.org>2013-03-13 12:23:14 +0000
commit0b8d7927213de8679fda3f58d460b754fe2f65f0 (patch)
tree4cb297d97b46e9075c87640bb84c7ec92616125a /lib/libusb/usb.h
parent1e99f9b1455315f445d71a02aa21482c6507b87a (diff)
downloadFreeBSD-src-0b8d7927213de8679fda3f58d460b754fe2f65f0.zip
FreeBSD-src-0b8d7927213de8679fda3f58d460b754fe2f65f0.tar.gz
- Make the FreeBSD's USB library compile under Linux.
- Fix a compile warning where the return value of a call to a write() function was ignored. - Remove redundant include files from userland USB header files. - Add some now needed include files to various C-files.
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 dc3959e..d7bbaa5 100644
--- a/lib/libusb/usb.h
+++ b/lib/libusb/usb.h
@@ -27,10 +27,11 @@
#ifndef _LIBUSB20_COMPAT_01_H_
#define _LIBUSB20_COMPAT_01_H_
+#ifndef LIBUSB_GLOBAL_INCLUDE_FILE
+#include <stdint.h>
#include <sys/param.h>
#include <sys/endian.h>
-
-#include <stdint.h>
+#endif
/* USB interface class codes */
OpenPOWER on IntegriCloud