summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/chat.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-02-02 19:33:40 +0000
committerBrian Somers <brian@FreeBSD.org>1998-02-02 19:33:40 +0000
commit6140ba1177f35afccbaf1c04700fea5809d22ee7 (patch)
treea27ff84247762f2279a6d564837f3165b1f0b398 /usr.sbin/ppp/chat.c
parent820de6eb8e0c254d05c6a152854e99f4f686aa51 (diff)
downloadsrc-test2-6140ba1177f35afccbaf1c04700fea5809d22ee7.tar.gz
src-test2-6140ba1177f35afccbaf1c04700fea5809d22ee7.zip
Notes
Diffstat (limited to 'usr.sbin/ppp/chat.c')
-rw-r--r--usr.sbin/ppp/chat.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.sbin/ppp/chat.c b/usr.sbin/ppp/chat.c
index 202be939dd8c..78be2c1f06d3 100644
--- a/usr.sbin/ppp/chat.c
+++ b/usr.sbin/ppp/chat.c
@@ -18,7 +18,7 @@
* Columbus, OH 43221
* (614)451-1883
*
- * $Id: chat.c,v 1.44 1998/01/21 02:15:13 brian Exp $
+ * $Id: chat.c,v 1.44.2.1 1998/01/29 00:49:14 brian Exp $
*
* TODO:
* o Support more UUCP compatible control sequences.
@@ -50,6 +50,12 @@
#include "vars.h"
#include "chat.h"
#include "modem.h"
+#include "hdlc.h"
+#include "throughput.h"
+#include "fsm.h"
+#include "lcp.h"
+#include "link.h"
+#include "async.h"
#include "physical.h"
#ifndef isblank