summaryrefslogtreecommitdiffstats
path: root/lasso/xml
diff options
context:
space:
mode:
authorJérôme Schneider <jschneider@entrouvert.com>2010-10-06 17:37:37 +0200
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-10-08 14:10:02 +0200
commit270f1743f0dd1bc9ce90fbc7afa69c39de4d1846 (patch)
tree350bfbe824ccc32962c9f29f65ae3889661fc5a5 /lasso/xml
parent3872f17fcd7b07727e7a7a28f7749c850f0495b8 (diff)
downloadlasso-270f1743f0dd1bc9ce90fbc7afa69c39de4d1846.tar.gz
lasso-270f1743f0dd1bc9ce90fbc7afa69c39de4d1846.tar.xz
lasso-270f1743f0dd1bc9ce90fbc7afa69c39de4d1846.zip
Add missing include <errno.h>
Diffstat (limited to 'lasso/xml')
-rw-r--r--lasso/xml/xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c
index e143bbff..c43608b3 100644
--- a/lasso/xml/xml.c
+++ b/lasso/xml/xml.c
@@ -33,7 +33,7 @@
#include "private.h"
#include <ctype.h>
-
+#include <errno.h>
#include <xmlsec/base64.h>
#include <xmlsec/xmltree.h>