Change the include for libusb to easy compileing for windows with external libusb

This commit is contained in:
Carl Philipp Klemm 2025-09-16 14:53:19 +02:00
parent 771c2d8f2f
commit 712a09320d

View file

@ -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;