Add a few missing #includes

This commit is contained in:
Brian Somers 1999-12-30 03:40:29 +00:00
parent a19a5c023d
commit e7d008b4bd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55253
3 changed files with 3 additions and 0 deletions

View File

@ -76,6 +76,7 @@
#ifdef HAVE_DES
#include "chap_ms.h"
#endif
#include "id.h"
static const char * const chapcodes[] = {
"???", "CHALLENGE", "RESPONSE", "SUCCESS", "FAILURE"

View File

@ -72,6 +72,7 @@
#include "radius.h"
#endif
#include "bundle.h"
#include "id.h"
#define BUFLEFT(c) (sizeof (c)->buf - ((c)->bufend - (c)->buf))

View File

@ -62,6 +62,7 @@
#include "chap.h"
#include "cbcp.h"
#include "datalink.h"
#include "id.h"
#include "exec.h"
static struct device execdevice = {