aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/tzsetup
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2000-10-10 01:50:26 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2000-10-10 01:50:26 +0000
commiteb2fc780273ffdf4b21d6135aa8ec3b986e9c688 (patch)
tree8432db3aff03ac5dd498b9654f0bae60fffa1eb4 /usr.sbin/tzsetup
parentf35e82dfe3a9ae90b01a027514f854e3150774eb (diff)
downloadsrc-eb2fc780273ffdf4b21d6135aa8ec3b986e9c688.tar.gz
src-eb2fc780273ffdf4b21d6135aa8ec3b986e9c688.zip
Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby
<time.h>).
Notes
Notes: svn path=/head/; revision=66907
Diffstat (limited to 'usr.sbin/tzsetup')
-rw-r--r--usr.sbin/tzsetup/tzsetup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/tzsetup/tzsetup.c b/usr.sbin/tzsetup/tzsetup.c
index a513870c5251..68aaa0cc7117 100644
--- a/usr.sbin/tzsetup/tzsetup.c
+++ b/usr.sbin/tzsetup/tzsetup.c
@@ -44,6 +44,7 @@ static const char rcsid[] =
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <unistd.h>
#include <sys/fcntl.h>