missing references to daemon.h

This commit is contained in:
Andreas Steffen
2012-05-05 11:36:38 +02:00
parent 6624b8be24
commit 5f540fd39c
4 changed files with 6 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@
#include <tnc/tnccs/tnccs_manager.h>
#include <tls_eap.h>
#include <debug.h>
#include <daemon.h>
typedef struct private_eap_tnc_t private_eap_tnc_t;
@@ -1,6 +1,8 @@
INCLUDES = \
-I$(top_srcdir)/src/libstrongswan \
-I$(top_srcdir)/src/libhydra \
-I$(top_srcdir)/src/libcharon \
-I$(top_srcdir)/src/libtncif \
-I$(top_srcdir)/src/libtnccs
@@ -21,6 +21,7 @@
#include <utils/linked_list.h>
#include <debug.h>
#include <daemon.h>
typedef struct private_tnc_imc_manager_t private_tnc_imc_manager_t;
@@ -16,6 +16,8 @@
#include "tnc_pdp_plugin.h"
#include "tnc_pdp.h"
#include <daemon.h>
typedef struct private_tnc_pdp_plugin_t private_tnc_pdp_plugin_t;
/**