pollution diff is in. lang/squeak/vm does not build but it's due to the recent audio changes games/xbattle: also fixes some conflicting implicit decl print/hplip: also fixes some conflicting implicit decl
12 lines
337 B
Plaintext
12 lines
337 B
Plaintext
$OpenBSD: patch-libusb_libusb_h,v 1.1 2016/09/10 13:03:40 ajacoutot Exp $
|
|
--- libusb/libusb.h.orig Sat Sep 10 11:00:40 2016
|
|
+++ libusb/libusb.h Sat Sep 10 11:00:56 2016
|
|
@@ -58,6 +58,7 @@ typedef unsigned __int32 uint32_t;
|
|
#include <sys/time.h>
|
|
#endif
|
|
|
|
+#include <sys/select.h> /* timeval */
|
|
#include <time.h>
|
|
#include <limits.h>
|
|
|