diff options
| author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-05-05 11:36:38 +0200 |
|---|---|---|
| committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-05-05 11:36:38 +0200 |
| commit | 5f540fd39cc2cc10ceb505658f5439471da8ea3c (patch) | |
| tree | 5d73388efff950caf4ccf1aa1fad3f05e9a9f1d9 /src/libcharon/plugins/tnc_imc | |
| parent | 6624b8be244840c57bea21cca7b62512aa5301cc (diff) | |
| download | strongswan-5f540fd39cc2cc10ceb505658f5439471da8ea3c.tar.bz2 strongswan-5f540fd39cc2cc10ceb505658f5439471da8ea3c.tar.xz | |
missing references to daemon.h
Diffstat (limited to 'src/libcharon/plugins/tnc_imc')
| -rw-r--r-- | src/libcharon/plugins/tnc_imc/Makefile.am | 2 | ||||
| -rw-r--r-- | src/libcharon/plugins/tnc_imc/tnc_imc_manager.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/libcharon/plugins/tnc_imc/Makefile.am b/src/libcharon/plugins/tnc_imc/Makefile.am index fc1979525..5e2c30df9 100644 --- a/src/libcharon/plugins/tnc_imc/Makefile.am +++ b/src/libcharon/plugins/tnc_imc/Makefile.am @@ -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 diff --git a/src/libcharon/plugins/tnc_imc/tnc_imc_manager.c b/src/libcharon/plugins/tnc_imc/tnc_imc_manager.c index 5582373a6..65ec81dae 100644 --- a/src/libcharon/plugins/tnc_imc/tnc_imc_manager.c +++ b/src/libcharon/plugins/tnc_imc/tnc_imc_manager.c @@ -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; |
