Fix build on OS X, holler if this causes Linux issues.

SVN revision: 16222
This commit is contained in:
rbdpngn 2005-08-17 06:23:58 +00:00 committed by rbdpngn
parent 4468e67fa0
commit 1cceb03000
1 changed files with 4 additions and 0 deletions

View File

@ -27,8 +27,12 @@
#include <string.h>
#include <unistd.h>
#include <ctype.h>
#include <netinet/in.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <arpa/nameser_compat.h>
#include <netdb.h>
#include <Ecore.h>