XML&SAML 2.0: add missing include files

* lasso/xml/saml-2.0/saml2_encrypted_element.h:
   xmlSecKey is present in a function signature, so include
   xmlsec/xmlsec.h.
This commit is contained in:
Benjamin Dauvergne 2009-08-26 15:14:09 +00:00
parent 49c9dd5d05
commit 80f75007c3
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@
extern "C" {
#endif /* __cplusplus */
#include <lasso/xml/xml.h>
#include "../xml.h"
#include <xmlsec/xmlsec.h>
#define LASSO_TYPE_SAML2_ENCRYPTED_ELEMENT (lasso_saml2_encrypted_element_get_type())
#define LASSO_SAML2_ENCRYPTED_ELEMENT(obj) \