diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-04-06 17:42:24 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-04-06 17:42:24 +0000 |
| commit | 410f13a58d44e0f19306df28a99227015a2a688a (patch) | |
| tree | 6917509076662e949056f693acf45f823b27cccb /libexec/getty/init.c | |
| parent | 2424b1185195850c1b47db3d46079ef62704ed28 (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.c | 2 |
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: "; |
