Include <sys/time.h> for the declaration of struct bintime instead of

depending on namespace pollution in <sys/stat.h>.  struct bintime is
only needed to satisfy leakage of kernel interfaces to userland and
namespace bugs in those interfaces...
This commit is contained in:
Bruce Evans 2004-05-04 07:08:04 +00:00
parent eced428604
commit b34d2de031
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128912

View File

@ -37,6 +37,7 @@
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/disk.h>
#include <sys/bio.h>
#include <netinet/in.h>