]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
missing references to daemon.h
authorAndreas Steffen <andreas.steffen@strongswan.org>
Sat, 5 May 2012 09:36:38 +0000 (11:36 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Sat, 5 May 2012 09:36:38 +0000 (11:36 +0200)
src/libcharon/plugins/eap_tnc/eap_tnc.c
src/libcharon/plugins/tnc_imc/Makefile.am
src/libcharon/plugins/tnc_imc/tnc_imc_manager.c
src/libcharon/plugins/tnc_pdp/tnc_pdp_plugin.c

index c16f5c8c68096b5f4cba348f450939ace38ed21e..14e8c18cdb81a24ca718984548f15d1396bbd35b 100644 (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;
 
index fc197952545dffb311bf13297ca05d019b3bacd6..5e2c30df95322a16e5165bc024941b12049ff537 100644 (file)
@@ -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
 
index 5582373a6cc7ba982bbf36ef661d2ba64c7c5ab3..65ec81dae4941a02da81eb39215605a4ebb16ea2 100644 (file)
@@ -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;
 
index 2cb06d8bf066447987a3f435c35f6d40da7449e6..295c7a5d66c366901221bef514267e73de33c05f 100644 (file)
@@ -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;
 
 /**