CI: Fix windows build

This commit is contained in:
Carl Philipp Klemm 2025-09-16 14:24:50 +02:00
parent a48d25719d
commit 61f82e38c6
4 changed files with 14 additions and 8 deletions

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;