openbsd-ports/devel/libusb1/patches/patch-libusb_libusb_h
ajacoutot 5558c792d3 First pass at pre-entively fixing ports that would break once guenther's header
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
2016-09-10 13:03:40 +00:00

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>