aboutsummaryrefslogtreecommitdiffstats
path: root/xmlIO.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-09-17 17:59:20 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-09-17 17:59:20 +0000
commit9272704ba4906c13019b83626f0a241a15f0fc73 (patch)
treefaca9b6ba70594ffd5e0cc63a5380244700ed6f4 /xmlIO.c
parent84d70a462ff443b310ca90fdce722f81261dc93b (diff)
downloadandroid_external_libxml2-9272704ba4906c13019b83626f0a241a15f0fc73.tar.gz
android_external_libxml2-9272704ba4906c13019b83626f0a241a15f0fc73.tar.bz2
android_external_libxml2-9272704ba4906c13019b83626f0a241a15f0fc73.zip
small portability glitch fixed. Daniel
* xmlIO.c: small portability glitch fixed. Daniel
Diffstat (limited to 'xmlIO.c')
-rw-r--r--xmlIO.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmlIO.c b/xmlIO.c
index 0b8927a2..12341407 100644
--- a/xmlIO.c
+++ b/xmlIO.c
@@ -12,7 +12,10 @@
#include "libxml.h"
#include <string.h>
+#ifdef HAVE_ERRNO_H
#include <errno.h>
+#endif
+
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>