Added header file to allow compiling in older environments

This commit is contained in:
Dan Fandrich 2010-10-20 22:19:38 -07:00
parent 84efbf788f
commit 784db8e987

View File

@ -31,6 +31,9 @@
#ifdef HAVE_ARPA_INET_H
# include <arpa/inet.h>
#endif
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#include <sys/types.h>
#include <fcntl.h>