aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/io.h')
-rwxr-xr-xinclude/asterisk/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/io.h b/include/asterisk/io.h
index f841c3c06..2973c5c69 100755
--- a/include/asterisk/io.h
+++ b/include/asterisk/io.h
@@ -15,7 +15,7 @@
#define _IO_H
#ifdef __APPLE__
-#include <asterisk/poll-compat.h>
+#include "asterisk/poll-compat.h"
#else
#include <sys/poll.h> /* For POLL* constants */
#endif