summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lasso/xml/xml.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c
index c15445fd..7b98a41d 100644
--- a/lasso/xml/xml.c
+++ b/lasso/xml/xml.c
@@ -25,6 +25,8 @@
#include <string.h>
+#include <glib/gprintf.h>
+
#include <xmlsec/base64.h>
#include <xmlsec/xmltree.h>
#include <xmlsec/xmldsig.h>
@@ -1689,6 +1691,8 @@ lasso_node_impl_serialize(LassoNode *node,
xmlFree(name);
name = NULL;
break;
+ default:
+ break;
}
lasso_node_destroy((LassoNode *)g_ptr_array_index(children, i));
}