summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/ccp.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1999-01-28 01:56:34 +0000
committerBrian Somers <brian@FreeBSD.org>1999-01-28 01:56:34 +0000
commit972a1bcf5db5ee4c5520a1d29d3c81e81bdec84f (patch)
treeabf712056c6d04b9db1781a70efa0546f37a6cbb /usr.sbin/ppp/ccp.c
parent485111b55ba6751a1405384bfe9dc696fb7a8e2a (diff)
downloadsrc-test2-972a1bcf5db5ee4c5520a1d29d3c81e81bdec84f.tar.gz
src-test2-972a1bcf5db5ee4c5520a1d29d3c81e81bdec84f.zip
Notes
Diffstat (limited to 'usr.sbin/ppp/ccp.c')
-rw-r--r--usr.sbin/ppp/ccp.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ccp.c b/usr.sbin/ppp/ccp.c
index 00c8560c70e1..4e15b1d93cb6 100644
--- a/usr.sbin/ppp/ccp.c
+++ b/usr.sbin/ppp/ccp.c
@@ -17,12 +17,12 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: ccp.c,v 1.39 1998/08/26 17:39:36 brian Exp $
+ * $Id: ccp.c,v 1.40 1998/08/26 18:07:56 brian Exp $
*
* TODO:
* o Support other compression protocols
*/
-#include <sys/types.h>
+#include <sys/param.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
@@ -57,6 +57,9 @@
#include "mp.h"
#include "async.h"
#include "physical.h"
+#ifndef NORADIUS
+#include "radius.h"
+#endif
#include "bundle.h"
static void CcpSendConfigReq(struct fsm *);