diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-10-13 13:46:27 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-10-13 13:46:27 +0200 |
commit | 930443afffae63f1978df94fb854f10974f42fcf (patch) | |
tree | e14756f98cf944eab82c4e9bfcd9f4001b7a17e0 /src/charon/plugins/sql/sql_attribute.h | |
parent | a2b50c5d60fc9d828d1b36243acee391d9b01826 (diff) | |
download | strongswan-930443afffae63f1978df94fb854f10974f42fcf.tar.bz2 strongswan-930443afffae63f1978df94fb854f10974f42fcf.tar.xz |
moved attribute_manager to libstrongswan
Diffstat (limited to 'src/charon/plugins/sql/sql_attribute.h')
-rw-r--r-- | src/charon/plugins/sql/sql_attribute.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/charon/plugins/sql/sql_attribute.h b/src/charon/plugins/sql/sql_attribute.h index 358ab92af..27a39651b 100644 --- a/src/charon/plugins/sql/sql_attribute.h +++ b/src/charon/plugins/sql/sql_attribute.h @@ -21,7 +21,8 @@ #ifndef SQL_ATTRIBUTE_H_ #define SQL_ATTRIBUTE_H_ -#include <config/attributes/attribute_provider.h> +#include <attributes/attribute_provider.h> +#include <database/database.h> typedef struct sql_attribute_t sql_attribute_t; |