]> granicus.if.org Git - php/commitdiff
Fix remaining gd build issue
authorRasmus Lerdorf <rasmus@php.net>
Thu, 18 Dec 2003 08:17:45 +0000 (08:17 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Thu, 18 Dec 2003 08:17:45 +0000 (08:17 +0000)
ext/gd/gd.c

index 3b70ad3be2932882b3dbd5f725d249ff67d7e093..08c208db4013e13adfb4e47791fb26bb4e794bc9 100644 (file)
@@ -68,7 +68,8 @@ static void php_free_ps_enc(zend_rsrc_list_entry *rsrc TSRMLS_DC);
 #endif
 #ifdef ENABLE_GD_TTF
 # ifdef HAVE_LIBFREETYPE
-#  include <freetype/freetype.h>
+#  include <ft2build.h>
+#  include FT_FREETYPE_H
 # else
 #  ifdef HAVE_LIBTTF
 #   include <freetype.h>