#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:
Bruce Evans 2002-11-30 18:59:31 +00:00
parent 41e20344a2
commit a408bc3483
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107413

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>