summaryrefslogtreecommitdiff
path: root/src/gdcache.h
diff options
context:
space:
mode:
authorpierre <none@none>2006-04-05 15:44:56 +0000
committerpierre <none@none>2006-04-05 15:44:56 +0000
commitb0243fe7b15d4175ca382dbfdcab37bd63f9cc44 (patch)
tree4c79a5a37b800d6734ede320979856861c4bc394 /src/gdcache.h
parentd1d7cd42aeb5458c3971841077cffc893abf97eb (diff)
downloadlibgd-b0243fe7b15d4175ca382dbfdcab37bd63f9cc44.tar.gz
- sync to 2.0.5GD_2_0_5
Diffstat (limited to 'src/gdcache.h')
-rw-r--r--src/gdcache.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gdcache.h b/src/gdcache.h
index 172fe6b..c6e73c3 100644
--- a/src/gdcache.h
+++ b/src/gdcache.h
@@ -40,10 +40,11 @@
/* header */
/*********************************************************/
-#include <stdlib.h>
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
#endif
+
+#include <stdlib.h>
#ifndef NULL
#define NULL (void *)0
#endif