aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/async.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-04-03 19:21:56 +0000
committerBrian Somers <brian@FreeBSD.org>1998-04-03 19:21:56 +0000
commit3b0f8d2ed641ceeded11c0d3f253b0cacbf00880 (patch)
treed23344627008ee3c3fbe45b8aaa83290cd4ee5aa /usr.sbin/ppp/async.c
parent5cf4388bdf4c4e693f048a9d8563b298c16e8cb5 (diff)
Notes
Diffstat (limited to 'usr.sbin/ppp/async.c')
-rw-r--r--usr.sbin/ppp/async.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/async.c b/usr.sbin/ppp/async.c
index 6b4a9d20f9111..d835bdf02b3a5 100644
--- a/usr.sbin/ppp/async.c
+++ b/usr.sbin/ppp/async.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: async.c,v 1.15.2.7 1998/02/18 19:35:07 brian Exp $
+ * $Id: async.c,v 1.15.2.8 1998/03/13 00:43:50 brian Exp $
*
*/
#include <sys/param.h>
@@ -42,6 +42,7 @@
#include "vars.h"
#include "async.h"
#include "throughput.h"
+#include "ccp.h"
#include "link.h"
#include "descriptor.h"
#include "physical.h"