add sys/time.h for old osx

This commit is contained in:
decker 2007-06-17 11:46:05 +00:00 committed by Erik Ekman
parent adb701e024
commit 2146575090
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <netdb.h>
#include <netinet/in.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/socket.h>
#include <fcntl.h>
#include <err.h>

View File

@ -21,6 +21,7 @@
#include <signal.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/socket.h>
#include <fcntl.h>
#include <err.h>