caeb218023
Provides extra functionality for the Nitrokey Pro and Storage. See https://github.com/Nitrokey/nitrokey-app and https://www.nitrokey.com/download for information about the nitrokey-app.
14 lines
305 B
Diff
14 lines
305 B
Diff
diff --git a/src/utils/hid_libusb.c b/src/utils/hid_libusb.c
|
|
index bd8c14e..537292d 100644
|
|
--- a/src/utils/hid_libusb.c
|
|
+++ b/src/utils/hid_libusb.c
|
|
@@ -44,7 +44,7 @@
|
|
#include <wchar.h>
|
|
|
|
/* GNU / LibUSB */
|
|
-#include "libusb.h"
|
|
+#include "libusb-1.0/libusb.h"
|
|
#include "iconv.h"
|
|
|
|
#include "hidapi.h"
|