Include fixes for portability

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1033 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-05-16 23:33:41 +00:00
parent e7b5056769
commit 28e58d7df2
3 changed files with 10 additions and 1 deletions

4
enum.c
View File

@@ -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>