aboutsummaryrefslogtreecommitdiffstats
path: root/enum.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-16 23:33:41 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-16 23:33:41 +0000
commitef5af49619f65d13f179714c552569cc0c40551b (patch)
tree4eeab71638423ac5dfc930a61b62a9378ba1db95 /enum.c
parent0bc31a1aee642feaf3cd4ea4a2597eafe695f695 (diff)
Include fixes for portability
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1033 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'enum.c')
-rwxr-xr-xenum.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/enum.c b/enum.c
index 0c6054736..b42278239 100755
--- a/enum.c
+++ b/enum.c
@@ -15,6 +15,10 @@
#include <fcntl.h>
#include <unistd.h>
#include <stdlib.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+#include <arpa/nameser.h>
#include <resolv.h>
#include <errno.h>