summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-12-30 03:40:29 +0000
committerbrian <brian@FreeBSD.org>1999-12-30 03:40:29 +0000
commit65f9d00aadcb6b9ffe8f85f4da8925487db929de (patch)
tree66a9d12b819e4df54eddb23b1d1d0495228cd406 /usr.sbin/ppp
parent7a49c5353eae55a58eca0de57ed432432624e1dc (diff)
downloadFreeBSD-src-65f9d00aadcb6b9ffe8f85f4da8925487db929de.zip
FreeBSD-src-65f9d00aadcb6b9ffe8f85f4da8925487db929de.tar.gz
Add a few missing #includes
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/chap.c1
-rw-r--r--usr.sbin/ppp/chat.c1
-rw-r--r--usr.sbin/ppp/exec.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/ppp/chap.c b/usr.sbin/ppp/chap.c
index 36be4c5..103a269 100644
--- a/usr.sbin/ppp/chap.c
+++ b/usr.sbin/ppp/chap.c
@@ -76,6 +76,7 @@
#ifdef HAVE_DES
#include "chap_ms.h"
#endif
+#include "id.h"
static const char * const chapcodes[] = {
"???", "CHALLENGE", "RESPONSE", "SUCCESS", "FAILURE"
diff --git a/usr.sbin/ppp/chat.c b/usr.sbin/ppp/chat.c
index 4484936..984fb62 100644
--- a/usr.sbin/ppp/chat.c
+++ b/usr.sbin/ppp/chat.c
@@ -72,6 +72,7 @@
#include "radius.h"
#endif
#include "bundle.h"
+#include "id.h"
#define BUFLEFT(c) (sizeof (c)->buf - ((c)->bufend - (c)->buf))
diff --git a/usr.sbin/ppp/exec.c b/usr.sbin/ppp/exec.c
index 0102704..5336dd3 100644
--- a/usr.sbin/ppp/exec.c
+++ b/usr.sbin/ppp/exec.c
@@ -62,6 +62,7 @@
#include "chap.h"
#include "cbcp.h"
#include "datalink.h"
+#include "id.h"
#include "exec.h"
static struct device execdevice = {
OpenPOWER on IntegriCloud