Change the include for libusb to easy compileing for windows with external libusb
This commit is contained in:
parent
771c2d8f2f
commit
712a09320d
1 changed files with 1 additions and 1 deletions
2
usbshm.c
2
usbshm.c
|
|
@ -38,7 +38,7 @@
|
|||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <libusb-1.0/libusb.h>
|
||||
#include <libusb.h>
|
||||
#include <unistd.h>
|
||||
|
||||
static int object_counter = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue