ports/devel/libusb1/patches/patch-libusb_libusb_h

12 lines
290 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: libusb/libusb.h
--- libusb/libusb.h.orig
+++ libusb/libusb.h
@@ -47,6 +47,7 @@ typedef SSIZE_T ssize_t;
#if !defined(_MSC_VER)
#include <sys/time.h>
#endif
+#include <sys/select.h> /* timeval */
#include <time.h>
#if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)