summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/chat.c
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/chat.c
parent7a49c5353eae55a58eca0de57ed432432624e1dc (diff)
downloadFreeBSD-src-65f9d00aadcb6b9ffe8f85f4da8925487db929de.zip
FreeBSD-src-65f9d00aadcb6b9ffe8f85f4da8925487db929de.tar.gz
Add a few missing #includes
Diffstat (limited to 'usr.sbin/ppp/chat.c')
-rw-r--r--usr.sbin/ppp/chat.c1
1 files changed, 1 insertions, 0 deletions
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))
OpenPOWER on IntegriCloud