aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/io.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-26 17:17:56 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-09-26 17:17:56 +0000
commitacf412a38709fae4ef744dc3f1f767f9ef398cab (patch)
treea0a2ade13aca9537da0534216037aca04bc1a3ff /include/asterisk/io.h
parent036dea1feb21a191642da5df61ec4e8eca7a3ed7 (diff)
use a more generic means to decide whether we need to provide poll/dlfcn functionality (issue #5297)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6664 f38db490-d61c-443f-a65b-d21fe96a405b
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 a9be35703..8bda98a2b 100755
--- a/include/asterisk/io.h
+++ b/include/asterisk/io.h
@@ -23,7 +23,7 @@
#ifndef _ASTERISK_IO_H
#define _ASTERISK_IO_H
-#ifdef __APPLE__
+#ifdef POLLCOMPAT
#include "asterisk/poll-compat.h"
#else
#include <sys/poll.h> /* For POLL* constants */