iliaa Sun Mar 29 17:04:05 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c Log: Fixed compiler warning http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.38&r2=1.312.2.20.2.39&diff_format=u Index: php-src/ext/gd/gd.c diff -u php-src/ext/gd/gd.c:1.312.2.20.2.38 php-src/ext/gd/gd.c:1.312.2.20.2.39 --- php-src/ext/gd/gd.c:1.312.2.20.2.38 Sat Jan 31 15:28:34 2009 +++ php-src/ext/gd/gd.c Sun Mar 29 17:04:05 2009 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: gd.c,v 1.312.2.20.2.38 2009/01/31 15:28:34 kalle Exp $ */ +/* $Id: gd.c,v 1.312.2.20.2.39 2009/03/29 17:04:05 iliaa Exp $ */ /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center, Cold Spring Harbor Labs. */ @@ -73,6 +73,7 @@ #include <gdfontmb.h> /* 3 Medium bold font */ #include <gdfontl.h> /* 4 Large font */ #include <gdfontg.h> /* 5 Giant font */ +#include <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