summaryrefslogtreecommitdiffstats
path: root/tests/assertion_query_saml2.c
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-11-17 13:53:07 +0100
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-11-17 13:53:07 +0100
commitfc8c6d877e703a03082f89bc61c7f56805ad11ae (patch)
treee9cc526f5d999215e6ffb043d81ccdf05ea6fee9 /tests/assertion_query_saml2.c
parentd6b1288923db676495904465831cfb25e2f61ae0 (diff)
downloadlasso-fc8c6d877e703a03082f89bc61c7f56805ad11ae.tar.gz
lasso-fc8c6d877e703a03082f89bc61c7f56805ad11ae.tar.xz
lasso-fc8c6d877e703a03082f89bc61c7f56805ad11ae.zip
[tests] include header for backward compatible methods on GHashTable structures
Diffstat (limited to 'tests/assertion_query_saml2.c')
-rw-r--r--tests/assertion_query_saml2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/assertion_query_saml2.c b/tests/assertion_query_saml2.c
index 12e4b345..f9de88b2 100644
--- a/tests/assertion_query_saml2.c
+++ b/tests/assertion_query_saml2.c
@@ -31,6 +31,7 @@
#include "../lasso/utils.h"
#include "../lasso/backward_comp.h"
#include "../lasso/xml/saml-2.0/saml2_xsd.h"
+#include "../bindings/ghashtable.h"
#include "./tests.h"