summaryrefslogtreecommitdiffstats
path: root/libexec/getty
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2000-10-10 01:50:26 +0000
committerwollman <wollman@FreeBSD.org>2000-10-10 01:50:26 +0000
commitc5c43ce91fc476c67d622b0ca48e8e25ca653ff6 (patch)
tree6a86f0286158b145d4f10cd2c3b154f913998b9d /libexec/getty
parent62118ce6963d049326bd94cead782dfd91c67b48 (diff)
downloadFreeBSD-src-c5c43ce91fc476c67d622b0ca48e8e25ca653ff6.zip
FreeBSD-src-c5c43ce91fc476c67d622b0ca48e8e25ca653ff6.tar.gz
Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby
<time.h>).
Diffstat (limited to 'libexec/getty')
-rw-r--r--libexec/getty/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/getty/main.c b/libexec/getty/main.c
index 6cd1af8..68adab9 100644
--- a/libexec/getty/main.c
+++ b/libexec/getty/main.c
@@ -51,6 +51,7 @@ static const char rcsid[] =
#include <sys/resource.h>
#include <sys/ttydefaults.h>
#include <sys/utsname.h>
+
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
OpenPOWER on IntegriCloud