summaryrefslogtreecommitdiff
path: root/comms/asterisk/patches/patch-include_asterisk_poll-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'comms/asterisk/patches/patch-include_asterisk_poll-compat.h')
-rw-r--r--comms/asterisk/patches/patch-include_asterisk_poll-compat.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/asterisk/patches/patch-include_asterisk_poll-compat.h b/comms/asterisk/patches/patch-include_asterisk_poll-compat.h
new file mode 100644
index 00000000000..3146b11cd50
--- /dev/null
+++ b/comms/asterisk/patches/patch-include_asterisk_poll-compat.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-include_asterisk_poll-compat.h,v 1.1 2015/10/27 08:49:01 jnemeth Exp $
+
+--- include/asterisk/poll-compat.h.orig 2015-10-09 22:23:39.000000000 +0000
++++ include/asterisk/poll-compat.h
+@@ -83,7 +83,7 @@
+
+ #ifndef AST_POLL_COMPAT
+
+-#include <sys/poll.h>
++#include <poll.h>
+
+ #define ast_poll(a, b, c) poll(a, b, c)
+