summaryrefslogtreecommitdiff
path: root/catalog.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-09-20 13:56:06 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-09-20 13:56:06 +0000
commitc0631a608f62902eca453096f0b2fc5b449b0b0a (patch)
tree7fa8f32c3953d0b6bab1183a8374fa6fdae95841 /catalog.c
parenteb48e1ca0cf8f94ab4b745d8889546016ac703b9 (diff)
downloadlibxml2-c0631a608f62902eca453096f0b2fc5b449b0b0a.tar.gz
removed a couple of warning try to solve the linking problem on platforms
* catalog.c xmlcatalog.c: removed a couple of warning * xpath.c: try to solve the linking problem on platforms needing trio to compile Daniel
Diffstat (limited to 'catalog.c')
-rw-r--r--catalog.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/catalog.c b/catalog.c
index 8aa17e65..2d537061 100644
--- a/catalog.c
+++ b/catalog.c
@@ -27,6 +27,9 @@
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
#include <string.h>
#include <libxml/xmlmemory.h>
#include <libxml/hash.h>