diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-10-16 15:53:49 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-10-24 16:00:50 +0200 |
commit | 125b37af6d39e445086b6e80f60b3316a7602b6c (patch) | |
tree | 205c588b7f78a601caa296db8a67f890f2b87841 /src/libhydra/attributes/attribute_handler.h | |
parent | 05e448c5cc626a4f3b8b799aa89b9a03e2db0547 (diff) | |
download | strongswan-125b37af6d39e445086b6e80f60b3316a7602b6c.tar.bz2 strongswan-125b37af6d39e445086b6e80f60b3316a7602b6c.tar.xz |
Moved chunk_t to utils folder
Diffstat (limited to 'src/libhydra/attributes/attribute_handler.h')
-rw-r--r-- | src/libhydra/attributes/attribute_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhydra/attributes/attribute_handler.h b/src/libhydra/attributes/attribute_handler.h index 91fa4e5b0..bc488f6cb 100644 --- a/src/libhydra/attributes/attribute_handler.h +++ b/src/libhydra/attributes/attribute_handler.h @@ -21,7 +21,7 @@ #ifndef ATTRIBUTE_HANDLER_H_ #define ATTRIBUTE_HANDLER_H_ -#include <chunk.h> +#include <utils/chunk.h> #include <utils/identification.h> #include <collections/linked_list.h> |