summaryrefslogtreecommitdiff
path: root/enum.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-10-27 20:00:41 +0000
committerMark Spencer <markster@digium.com>2003-10-27 20:00:41 +0000
commit0de223a1ee6200ce2237e03a4b093e35770ea608 (patch)
treec8ce701bc8a19fff64bf153bba8347c57ac0e658 /enum.c
parent251e70953e7663a46554451fff1ed95f1e4e5ed4 (diff)
More cleanups and OSX fixes for 10.3
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1678 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'enum.c')
-rwxr-xr-xenum.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/enum.c b/enum.c
index 2fac1bd47..143b22281 100755
--- a/enum.c
+++ b/enum.c
@@ -15,6 +15,9 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/nameser.h>
+#if __APPLE_CC__ >= 1495
+#include <arpa/nameser_compat.h>
+#endif
#include <resolv.h>
#include <stdlib.h>
#include <string.h>