rasmus Thu Dec 18 03:17:46 2003 EDT Modified files: /php-src/ext/gd gd.c Log: Fix remaining gd build issue Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.280 php-src/ext/gd/gd.c:1.281 --- php-src/ext/gd/gd.c:1.280 Wed Nov 19 10:49:55 2003 +++ php-src/ext/gd/gd.c Thu Dec 18 03:17:45 2003 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: gd.c,v 1.280 2003/11/19 15:49:55 iliaa Exp $ */ +/* $Id: gd.c,v 1.281 2003/12/18 08:17:45 rasmus Exp $ */ /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center, Cold Spring Harbor Labs. */ @@ -68,7 +68,8 @@ #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>
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php