From: foobar Date: Sun, 7 Jan 2001 09:22:53 +0000 (+0000) Subject: Fixed bug: 8478 X-Git-Tag: php-4.0.5RC1~704 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f680435246a7a848b12f8a0faddb440d927cc3b;p=php Fixed bug: 8478 --- 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 */