aboutsummaryrefslogtreecommitdiff
path: root/libexec/getty/init.c
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2005-04-06 17:42:24 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2005-04-06 17:42:24 +0000
commit410f13a58d44e0f19306df28a99227015a2a688a (patch)
tree6917509076662e949056f693acf45f823b27cccb /libexec/getty/init.c
parent2424b1185195850c1b47db3d46079ef62704ed28 (diff)
Include gettytab.h before extern.h so that the declarations of struct
gettyflags, gettynums and gettystrs are available.
Notes
svn path=/head/; revision=144716
Diffstat (limited to 'libexec/getty/init.c')
-rw-r--r--libexec/getty/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/getty/init.c b/libexec/getty/init.c
index c83a83e487c0..b832bb29fa8b 100644
--- a/libexec/getty/init.c
+++ b/libexec/getty/init.c
@@ -45,8 +45,8 @@ static const char rcsid[] =
* Melbourne getty.
*/
#include <termios.h>
-#include "extern.h"
#include "gettytab.h"
+#include "extern.h"
#include "pathnames.h"
static char loginmsg[] = "login: ";