summaryrefslogtreecommitdiff
path: root/libusb/libusbi.h
diff options
context:
space:
mode:
Diffstat (limited to 'libusb/libusbi.h')
-rw-r--r--libusb/libusbi.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/libusb/libusbi.h b/libusb/libusbi.h
index e641bc7..99bf6ac 100644
--- a/libusb/libusbi.h
+++ b/libusb/libusbi.h
@@ -28,6 +28,7 @@
#include <time.h>
#include <libusb.h>
+#include "libusb_version.h"
/* Inside the libusb code, mark all public functions as follows:
* return_type API_EXPORTED function_name(params) { ... }
@@ -44,11 +45,6 @@
#define USB_MAXINTERFACES 32
#define USB_MAXCONFIG 8
-#define LIBUSB_VERSION_MAJOR 1
-#define LIBUSB_VERSION_MINOR 0
-#define LIBUSB_VERSION_MICRO 8
-#define LIBUSB_VERSION_NANO 0
-
struct list_head {
struct list_head *prev, *next;
};