summaryrefslogtreecommitdiff
path: root/devel/libevent/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libevent/patches/patch-aa')
-rw-r--r--devel/libevent/patches/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/libevent/patches/patch-aa b/devel/libevent/patches/patch-aa
new file mode 100644
index 00000000000..fa0e19614c4
--- /dev/null
+++ b/devel/libevent/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.3 2007/08/01 17:00:03 joerg Exp $
+
+--- select.c.orig 2007-08-01 18:53:42.000000000 +0200
++++ select.c
+@@ -47,6 +47,9 @@
+ #ifdef CHECK_INVARIANTS
+ #include <assert.h>
+ #endif
++#ifdef _AIX
++#include <sys/select.h>
++#endif
+
+ #include "event.h"
+ #include "event-internal.h"