summaryrefslogtreecommitdiffstats
path: root/libexec/getty/main.c
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-04-06 17:42:24 +0000
committerstefanf <stefanf@FreeBSD.org>2005-04-06 17:42:24 +0000
commite45b89dcfdd1eb10ed256a1c94e1b4c336ed2517 (patch)
tree6917509076662e949056f693acf45f823b27cccb /libexec/getty/main.c
parentaa9bf872c4504b84b35eb3aa05e438afe02d8b81 (diff)
downloadFreeBSD-src-e45b89dcfdd1eb10ed256a1c94e1b4c336ed2517.zip
FreeBSD-src-e45b89dcfdd1eb10ed256a1c94e1b4c336ed2517.tar.gz
Include gettytab.h before extern.h so that the declarations of struct
gettyflags, gettynums and gettystrs are available.
Diffstat (limited to 'libexec/getty/main.c')
-rw-r--r--libexec/getty/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/getty/main.c b/libexec/getty/main.c
index ceea009..ad53411 100644
--- a/libexec/getty/main.c
+++ b/libexec/getty/main.c
@@ -67,8 +67,8 @@ static const char rcsid[] =
#include <time.h>
#include <unistd.h>
-#include "extern.h"
#include "gettytab.h"
+#include "extern.h"
#include "pathnames.h"
/*
OpenPOWER on IntegriCloud