summaryrefslogtreecommitdiffstats
path: root/libexec/getty/chat.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/chat.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/chat.c')
-rw-r--r--libexec/getty/chat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/getty/chat.c b/libexec/getty/chat.c
index 8256bb1..bc5a963 100644
--- a/libexec/getty/chat.c
+++ b/libexec/getty/chat.c
@@ -39,6 +39,7 @@ static const char rcsid[] =
#include <syslog.h>
#include <unistd.h>
+#include "gettytab.h"
#include "extern.h"
#define PAUSE_CH (unsigned char)'\xff' /* pause kludge */
OpenPOWER on IntegriCloud