aboutsummaryrefslogtreecommitdiffstats
path: root/globals.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-10-13 12:18:28 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-10-13 12:18:28 +0000
commite70906192ca48073ac57cb6f0c32202aa2d93822 (patch)
tree741f0f73947a2c011cada1341afedbc317a83bd1 /globals.c
parent77d19aea03551c578132eb11c27963fc4a53c30a (diff)
downloadandroid_external_libxml2-e70906192ca48073ac57cb6f0c32202aa2d93822.tar.gz
android_external_libxml2-e70906192ca48073ac57cb6f0c32202aa2d93822.tar.bz2
android_external_libxml2-e70906192ca48073ac57cb6f0c32202aa2d93822.zip
added a couple of standard includes. Daniel
* globals.c: added a couple of standard includes. Daniel
Diffstat (limited to 'globals.c')
-rw-r--r--globals.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/globals.c b/globals.c
index 2a899e07..69a84f28 100644
--- a/globals.c
+++ b/globals.c
@@ -13,11 +13,13 @@
#include "libxml.h"
-#include <libxml/xmlmemory.h>
-
+#ifdef HAVE_STDLIB_H
#include <stdlib.h>
+#endif
#include <string.h>
+#include <libxml/xmlmemory.h>
+
/*
* Helpful Macro
*/