summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2016-06-16 11:51:20 +0000
committerhselasky <hselasky@FreeBSD.org>2016-06-16 11:51:20 +0000
commit25a6439c8ec2262ccf166bea6b1b3ba5ba7d36a2 (patch)
treecba53f37ddf23edf34049b48e67f1504c2196588
parentb6f4f4bfc4ec21b18e0d6695ca5c75c4a264d30f (diff)
downloadFreeBSD-src-25a6439c8ec2262ccf166bea6b1b3ba5ba7d36a2.zip
FreeBSD-src-25a6439c8ec2262ccf166bea6b1b3ba5ba7d36a2.tar.gz
Define LIBUSB_API_VERSION.
Approved by: re (kostikbel) Requested by: swills MFC after: 1 week
-rw-r--r--lib/libusb/libusb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libusb/libusb.h b/lib/libusb/libusb.h
index a139a82..4a72499 100644
--- a/lib/libusb/libusb.h
+++ b/lib/libusb/libusb.h
@@ -33,6 +33,8 @@
#include <sys/types.h>
#endif
+#define LIBUSB_API_VERSION 0x01000102
+
#define LIBUSB_CALL
#ifdef __cplusplus
OpenPOWER on IntegriCloud