pajoye Thu May 28 14:06:06 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c Log: - fix build with system gd http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.39&r2=1.312.2.20.2.40&diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.312.2.20.2.39 php-src/ext/gd/gd.c:1.312.2.20.2.40 --- php-src/ext/gd/gd.c:1.312.2.20.2.39 Sun Mar 29 17:04:05 2009 +++ php-src/ext/gd/gd.c Thu May 28 14:06:06 2009 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: gd.c,v 1.312.2.20.2.39 2009/03/29 17:04:05 iliaa Exp $ */ +/* $Id: gd.c,v 1.312.2.20.2.40 2009/05/28 14:06:06 pajoye Exp $ */ /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center, Cold Spring Harbor Labs. */ @@ -73,7 +73,8 @@ #include <gdfontmb.h> /* 3 Medium bold font */ #include <gdfontl.h> /* 4 Large font */ #include <gdfontg.h> /* 5 Giant font */ -#include <gdhelpers.h> +#include "libgd/gdhelpers.h" + #ifdef HAVE_GD_WBMP #include "libgd/wbmp.h" #endif
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php