aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/identification.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-10-16 15:53:49 +0200
committerTobias Brunner <tobias@strongswan.org>2012-10-24 16:00:50 +0200
commit125b37af6d39e445086b6e80f60b3316a7602b6c (patch)
tree205c588b7f78a601caa296db8a67f890f2b87841 /src/libstrongswan/utils/identification.h
parent05e448c5cc626a4f3b8b799aa89b9a03e2db0547 (diff)
downloadstrongswan-125b37af6d39e445086b6e80f60b3316a7602b6c.tar.bz2
strongswan-125b37af6d39e445086b6e80f60b3316a7602b6c.tar.xz
Moved chunk_t to utils folder
Diffstat (limited to 'src/libstrongswan/utils/identification.h')
-rw-r--r--src/libstrongswan/utils/identification.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/utils/identification.h b/src/libstrongswan/utils/identification.h
index 8b2173afb..cdf229127 100644
--- a/src/libstrongswan/utils/identification.h
+++ b/src/libstrongswan/utils/identification.h
@@ -29,7 +29,7 @@ typedef struct identification_t identification_t;
typedef enum id_match_t id_match_t;
typedef enum id_part_t id_part_t;
-#include <chunk.h>
+#include <utils/chunk.h>
#include <collections/enumerator.h>
/**