#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.
diff --git a/ChangeLog b/ChangeLog
index b1e842b..82e84da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
 Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
 
 	* include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
diff --git a/globals.c b/globals.c
index 6872017..2a899e0 100644
--- a/globals.c
+++ b/globals.c
@@ -15,6 +15,9 @@
 
 #include <libxml/xmlmemory.h>
 
+#include <stdlib.h>
+#include <string.h>
+
 /*
  * Helpful Macro
  */