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