diff options
author | brian <brian@FreeBSD.org> | 1999-12-30 03:40:29 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1999-12-30 03:40:29 +0000 |
commit | 65f9d00aadcb6b9ffe8f85f4da8925487db929de (patch) | |
tree | 66a9d12b819e4df54eddb23b1d1d0495228cd406 /usr.sbin/ppp/chat.c | |
parent | 7a49c5353eae55a58eca0de57ed432432624e1dc (diff) | |
download | FreeBSD-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.c | 1 |
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)) |