aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnc_pdp/tnc_pdp.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-10-16 16:03:21 +0200
committerTobias Brunner <tobias@strongswan.org>2012-10-24 16:00:51 +0200
commitf05b427265e20ccb43889094e4c58c1a5bf3e290 (patch)
tree288cb6436f7af1a50a592e377327dc678bbe29f7 /src/libcharon/plugins/tnc_pdp/tnc_pdp.c
parentd5c143e5be0fb4beefe6a2da1f0f181bf4468883 (diff)
downloadstrongswan-f05b427265e20ccb43889094e4c58c1a5bf3e290.tar.bz2
strongswan-f05b427265e20ccb43889094e4c58c1a5bf3e290.tar.xz
Moved debug.[ch] to utils folder
Diffstat (limited to 'src/libcharon/plugins/tnc_pdp/tnc_pdp.c')
-rw-r--r--src/libcharon/plugins/tnc_pdp/tnc_pdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/tnc_pdp/tnc_pdp.c b/src/libcharon/plugins/tnc_pdp/tnc_pdp.c
index 77eaa0e05..39939d34e 100644
--- a/src/libcharon/plugins/tnc_pdp/tnc_pdp.c
+++ b/src/libcharon/plugins/tnc_pdp/tnc_pdp.c
@@ -23,7 +23,7 @@
#include <radius_mppe.h>
#include <daemon.h>
-#include <debug.h>
+#include <utils/debug.h>
#include <pen/pen.h>
#include <threading/thread.h>
#include <processing/jobs/callback_job.h>