diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2006-11-14 14:37:58 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2006-11-14 14:37:58 +0000 |
| commit | fc8a4b153136ac1bc3d555bfa19e09cb8709c283 (patch) | |
| tree | be0485b49db64d8b435ca7a80a6b3a23027e290f | |
| parent | c7b95c4c16775ca5a2b91daa3582f9574a9f5f9b (diff) | |
| download | lasso-fc8a4b153136ac1bc3d555bfa19e09cb8709c283.tar.gz lasso-fc8a4b153136ac1bc3d555bfa19e09cb8709c283.tar.xz lasso-fc8a4b153136ac1bc3d555bfa19e09cb8709c283.zip | |
include header from xmlsec to get xmlSecCreateTree declaration
| -rw-r--r-- | lasso/id-wsf/discovery.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/id-wsf/discovery.c b/lasso/id-wsf/discovery.c index 7ec3af8c..76061165 100644 --- a/lasso/id-wsf/discovery.c +++ b/lasso/id-wsf/discovery.c @@ -22,6 +22,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include <xmlsec/xmltree.h> + #include <lasso/xml/soap_binding_correlation.h> #include <lasso/xml/saml_assertion.h> #include <lasso/xml/saml_attribute_value.h> |
