aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/plugins/imv_test/imv_test.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-06-01 16:32:01 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-06-01 16:33:44 +0200
commit7c4d4d209d2828a726db6b916bc69b7d3b08cc2c (patch)
tree414524cbdd1607a8830ac5c2901c50f353796ef3 /src/libimcv/plugins/imv_test/imv_test.c
parent91b9bc3e0f2ca4bbec636307e5ffa5e7c0803df3 (diff)
downloadstrongswan-7c4d4d209d2828a726db6b916bc69b7d3b08cc2c.tar.bz2
strongswan-7c4d4d209d2828a726db6b916bc69b7d3b08cc2c.tar.xz
make IMC/IMV pairs independent of libcharon
Diffstat (limited to 'src/libimcv/plugins/imv_test/imv_test.c')
-rw-r--r--src/libimcv/plugins/imv_test/imv_test.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libimcv/plugins/imv_test/imv_test.c b/src/libimcv/plugins/imv_test/imv_test.c
index 92605d136..a6540c1cb 100644
--- a/src/libimcv/plugins/imv_test/imv_test.c
+++ b/src/libimcv/plugins/imv_test/imv_test.c
@@ -17,7 +17,9 @@
#include <imv/imv_agent.h>
#include <pa_tnc/pa_tnc_msg.h>
#include <ita/ita_attr_command.h>
-#include <tnc/pen/pen.h>
+
+#include <pen/pen.h>
+
#include <debug.h>
/* IMV definitions */