From 712a09320d68772daeebc2b42ea6b7334a7262a4 Mon Sep 17 00:00:00 2001 From: Carl Philipp Klemm Date: Tue, 16 Sep 2025 14:53:19 +0200 Subject: [PATCH] Change the include for libusb to easy compileing for windows with external libusb --- usbshm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usbshm.c b/usbshm.c index 1eb1814..4af807b 100644 --- a/usbshm.c +++ b/usbshm.c @@ -38,7 +38,7 @@ #include #include #include -#include +#include #include static int object_counter = 0;