#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/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
  */