summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2012-05-05 22:51:52 +0200
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2012-05-05 22:51:52 +0200
commit8740ef5057c1575e6806fdc339e6a67977cb119d (patch)
treeda167a2fd9b5c7d0d8c1fd92c7434084d99a72d3
parent73a8c1faad7956940efc7c4ffab2e7b04813f8e3 (diff)
downloadlasso-8740ef5057c1575e6806fdc339e6a67977cb119d.tar.gz
lasso-8740ef5057c1575e6806fdc339e6a67977cb119d.tar.xz
lasso-8740ef5057c1575e6806fdc339e6a67977cb119d.zip
[xml] add missing include
-rw-r--r--lasso/xml/xml.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c
index 9cbf197b..4fe7a575 100644
--- a/lasso/xml/xml.c
+++ b/lasso/xml/xml.c
@@ -60,6 +60,8 @@
#include "id-wsf-2.0/idwsf2_strings.h"
#endif
+#include "../key.h"
+
static void lasso_node_build_xmlNode_from_snippets(LassoNode *node, LassoNodeClass *class, xmlNode *xmlnode,
struct XmlSnippet *snippets, gboolean lasso_dump);
static struct XmlSnippet* find_xml_snippet_by_name(LassoNode *node, char *name, LassoNodeClass **class_p);