mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
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"
|