diff options
author | hselasky <hselasky@FreeBSD.org> | 2016-06-16 11:51:20 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2016-06-16 11:51:20 +0000 |
commit | 25a6439c8ec2262ccf166bea6b1b3ba5ba7d36a2 (patch) | |
tree | cba53f37ddf23edf34049b48e67f1504c2196588 /lib | |
parent | b6f4f4bfc4ec21b18e0d6695ca5c75c4a264d30f (diff) | |
download | FreeBSD-src-25a6439c8ec2262ccf166bea6b1b3ba5ba7d36a2.zip FreeBSD-src-25a6439c8ec2262ccf166bea6b1b3ba5ba7d36a2.tar.gz |
Define LIBUSB_API_VERSION.
Approved by: re (kostikbel)
Requested by: swills
MFC after: 1 week
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libusb/libusb.h | 2 |
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 |