mingw fix
authorRipleyTom <RipleyTom@users.noreply.github.com>
Thu, 2 May 2019 16:19:42 +0000 (18:19 +0200)
committerNathan Hjelm <hjelmn@me.com>
Mon, 8 Jul 2019 03:42:12 +0000 (21:42 -0600)
Closes #566

Signed-off-by: Nathan Hjelm <hjelmn@me.com>
libusb/io.c
libusb/version_nano.h

index ef2b7c496fe8072f5e97d8fe7afde116c6fe7367..8ac9793bc48dbda915ab4d4ee66df8404e73446b 100644 (file)
@@ -31,6 +31,7 @@
 #include <sys/time.h>
 #endif
 #ifdef USBI_TIMERFD_AVAILABLE
+#include <unistd.h>
 #include <sys/timerfd.h>
 #endif
 
index 64560f716997061a64f0e58c2c0e2288a9be8643..92452c7b0b7facac71218051a7a34e84d05452a7 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11369
+#define LIBUSB_NANO 11370