diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-10-16 16:03:21 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-10-24 16:00:51 +0200 |
commit | f05b427265e20ccb43889094e4c58c1a5bf3e290 (patch) | |
tree | 288cb6436f7af1a50a592e377327dc678bbe29f7 /src/libcharon/plugins/tnccs_11/batch/tnccs_batch.c | |
parent | d5c143e5be0fb4beefe6a2da1f0f181bf4468883 (diff) | |
download | strongswan-f05b427265e20ccb43889094e4c58c1a5bf3e290.tar.bz2 strongswan-f05b427265e20ccb43889094e4c58c1a5bf3e290.tar.xz |
Moved debug.[ch] to utils folder
Diffstat (limited to 'src/libcharon/plugins/tnccs_11/batch/tnccs_batch.c')
-rw-r--r-- | src/libcharon/plugins/tnccs_11/batch/tnccs_batch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/tnccs_11/batch/tnccs_batch.c b/src/libcharon/plugins/tnccs_11/batch/tnccs_batch.c index 1f63de323..b27458fde 100644 --- a/src/libcharon/plugins/tnccs_11/batch/tnccs_batch.c +++ b/src/libcharon/plugins/tnccs_11/batch/tnccs_batch.c @@ -19,7 +19,7 @@ #include <tnc/tnccs/tnccs.h> #include <collections/linked_list.h> -#include <debug.h> +#include <utils/debug.h> #include <libxml/parser.h> |