mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add a few missing #includes
This commit is contained in:
parent
a19a5c023d
commit
e7d008b4bd
3 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue