summaryrefslogtreecommitdiff
path: root/globals.c
diff options
context:
space:
mode:
authorJaka Mocnik <jaka@gnu.org>2001-10-13 12:06:09 +0000
committerJaka Mocnik <jaka@src.gnome.org>2001-10-13 12:06:09 +0000
commit77d19aea03551c578132eb11c27963fc4a53c30a (patch)
tree1ae09419169e822c08106046be9967f9e0d08bb4 /globals.c
parentd0463560300f1d8b3e41d70c3728ed84fdc8dd30 (diff)
downloadlibxml2-77d19aea03551c578132eb11c27963fc4a53c30a.tar.gz
#include stdlib.h and string.h in order to have protoypes of memory and
2001-10-13 Jaka Mocnik <jaka@gnu.org> * globals.c: #include stdlib.h and string.h in order to have protoypes of memory and str*() routines.
Diffstat (limited to 'globals.c')
-rw-r--r--globals.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/globals.c b/globals.c
index 68720175..2a899e07 100644
--- a/globals.c
+++ b/globals.c
@@ -15,6 +15,9 @@
#include <libxml/xmlmemory.h>
+#include <stdlib.h>
+#include <string.h>
+
/*
* Helpful Macro
*/