We need sys/time.h for struct timeval.

This commit is contained in:
jjgarcia 2008-05-31 13:27:50 +00:00
parent 92152c66ee
commit 376eef6143

View file

@ -37,6 +37,8 @@
"#include <sys/types.h>"
"#include <sys/socket.h>"
"#include <sys/un.h>"
#-:win32
"#include <sys/time.h>"
"#include <netdb.h>"
"#include <string.h>"
"#include <netinet/in.h>"