#include <sys/time.h> instead of depending on namespace pollution in

<sys/stat.h> for the declaration of struct timeval.
This commit is contained in:
bde 2002-02-25 05:23:59 +00:00
parent 1108cb5744
commit 94ad2d6944

View File

@ -43,6 +43,7 @@
#include <sys/errno.h>
#include <sys/fcntl.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/mman.h>
#include <sys/wait.h>
#include <netinet/in.h>