From: Stig Bakken Date: Wed, 21 Apr 1999 21:27:18 +0000 (+0000) Subject: gd compile fix X-Git-Tag: BEFORE_PHP4_APACHE_MODULE_CHANGE~229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d75ccdcff767d5992e4a9bd2ec1ecb60763cb69;p=php gd compile fix --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 32a980254f..b241b01e8f 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -62,11 +62,7 @@ #include /* 4 Large font */ #include /* 5 Giant font */ #if HAVE_LIBTTF -# if PHP_31 -# include "gdttf.h" -# else -# include "functions/gdttf.h" -# endif +# include "gdttf.h" #endif #ifndef M_PI