From 9f680435246a7a848b12f8a0faddb440d927cc3b Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 7 Jan 2001 09:22:53 +0000 Subject: [PATCH] Fixed bug: 8478 --- ext/gd/gdcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gd/gdcache.h b/ext/gd/gdcache.h index cdfbf71f95..06bf0ee6ce 100644 --- a/ext/gd/gdcache.h +++ b/ext/gd/gdcache.h @@ -40,7 +40,7 @@ /* header */ /*********************************************************/ -#ifndef _OSD_POSIX +#if (!defined _OSD_POSIX) && HAVE_MALLOC_H #include #else #include /* BS2000/OSD defines malloc() & friends in stdlib.h */ -- 2.40.0