mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Add a few missing #includes
This commit is contained in:
parent
a19a5c023d
commit
e7d008b4bd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55253
@ -76,6 +76,7 @@
|
||||
#ifdef HAVE_DES
|
||||
#include "chap_ms.h"
|
||||
#endif
|
||||
#include "id.h"
|
||||
|
||||
static const char * const chapcodes[] = {
|
||||
"???", "CHALLENGE", "RESPONSE", "SUCCESS", "FAILURE"
|
||||
|
@ -72,6 +72,7 @@
|
||||
#include "radius.h"
|
||||
#endif
|
||||
#include "bundle.h"
|
||||
#include "id.h"
|
||||
|
||||
#define BUFLEFT(c) (sizeof (c)->buf - ((c)->bufend - (c)->buf))
|
||||
|
||||
|
@ -62,6 +62,7 @@
|
||||
#include "chap.h"
|
||||
#include "cbcp.h"
|
||||
#include "datalink.h"
|
||||
#include "id.h"
|
||||
#include "exec.h"
|
||||
|
||||
static struct device execdevice = {
|
||||
|
Loading…
Reference in New Issue
Block a user