We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25578d6 commit bac62d0Copy full SHA for bac62d0
1 file changed
platform/windows/libusb10emu/libusb-1.0/libusb.h
@@ -42,7 +42,8 @@
42
// We need struct timeval.
43
#include <winsock.h>
44
#else
45
-#include <stdint.h>
+ #include <stdint.h>
46
+ #include <sys/time.h>
47
#endif
48
49
#define LIBUSBEMU 1
0 commit comments