summaryrefslogtreecommitdiff
path: root/include/asterisk/poll-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/poll-compat.h')
-rw-r--r--include/asterisk/poll-compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/poll-compat.h b/include/asterisk/poll-compat.h
index cbb610925..72ac2c3e2 100644
--- a/include/asterisk/poll-compat.h
+++ b/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)