missing references to daemon.h
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
#include <tnc/tnccs/tnccs_manager.h>
|
#include <tnc/tnccs/tnccs_manager.h>
|
||||||
#include <tls_eap.h>
|
#include <tls_eap.h>
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
#include <daemon.h>
|
||||||
|
|
||||||
typedef struct private_eap_tnc_t private_eap_tnc_t;
|
typedef struct private_eap_tnc_t private_eap_tnc_t;
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I$(top_srcdir)/src/libstrongswan \
|
-I$(top_srcdir)/src/libstrongswan \
|
||||||
|
-I$(top_srcdir)/src/libhydra \
|
||||||
|
-I$(top_srcdir)/src/libcharon \
|
||||||
-I$(top_srcdir)/src/libtncif \
|
-I$(top_srcdir)/src/libtncif \
|
||||||
-I$(top_srcdir)/src/libtnccs
|
-I$(top_srcdir)/src/libtnccs
|
||||||
|
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
#include <utils/linked_list.h>
|
#include <utils/linked_list.h>
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
#include <daemon.h>
|
||||||
|
|
||||||
typedef struct private_tnc_imc_manager_t private_tnc_imc_manager_t;
|
typedef struct private_tnc_imc_manager_t private_tnc_imc_manager_t;
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,8 @@
|
|||||||
#include "tnc_pdp_plugin.h"
|
#include "tnc_pdp_plugin.h"
|
||||||
#include "tnc_pdp.h"
|
#include "tnc_pdp.h"
|
||||||
|
|
||||||
|
#include <daemon.h>
|
||||||
|
|
||||||
typedef struct private_tnc_pdp_plugin_t private_tnc_pdp_plugin_t;
|
typedef struct private_tnc_pdp_plugin_t private_tnc_pdp_plugin_t;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user