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

<sys/stat.h> for the declaration of struct timeval.

Approved by:	re (rwatson)
This commit is contained in:
bde 2002-11-30 18:59:31 +00:00
parent b52fe76381
commit 313635e051

View File

@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$");
#include <sys/mman.h>
#include <sys/mount.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/wait.h>
#include <ctype.h>