diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-10-16 15:58:19 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-10-24 16:00:50 +0200 |
commit | d5c143e5be0fb4beefe6a2da1f0f181bf4468883 (patch) | |
tree | be7ee7391dd4a5bc9299ea14d59d016eda4f31ea /src/libhydra/attributes/attributes.h | |
parent | 125b37af6d39e445086b6e80f60b3316a7602b6c (diff) | |
download | strongswan-d5c143e5be0fb4beefe6a2da1f0f181bf4468883.tar.bz2 strongswan-d5c143e5be0fb4beefe6a2da1f0f181bf4468883.tar.xz |
Moved enum_name_t to utils folder
Diffstat (limited to 'src/libhydra/attributes/attributes.h')
-rw-r--r-- | src/libhydra/attributes/attributes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhydra/attributes/attributes.h b/src/libhydra/attributes/attributes.h index 8ff774b64..c3c37cfc4 100644 --- a/src/libhydra/attributes/attributes.h +++ b/src/libhydra/attributes/attributes.h @@ -24,7 +24,7 @@ typedef enum configuration_attribute_type_t configuration_attribute_type_t; -#include <enum.h> +#include <utils/enum.h> /** * Type of the attribute, as in IKEv2 RFC 3.15.1 or IKEv1 ModeConfig. |