From 6c598662a058049b54ca2f3f4cf8104a65734466 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 3 Dec 2010 09:40:42 +0100 Subject: [PATCH] [tests idwsf2] add missing include for ID-WSF strings --- tests/idwsf2_tests.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/idwsf2_tests.c b/tests/idwsf2_tests.c index 027c02bb..2da7eaf8 100644 --- a/tests/idwsf2_tests.c +++ b/tests/idwsf2_tests.c @@ -39,6 +39,7 @@ #include <../lasso/id-wsf-2.0/saml2_login.h> #include <../lasso/xml/saml-2.0/samlp2_authn_request.h> +#include <../lasso/xml/idwsf_strings.h> #include "./tests.h"