pajoye          Fri Aug 29 11:09:05 2008 UTC

  Modified files:              
    /php-src/ext/gd     gd.c 
  Log:
  - fix warning
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.392&r2=1.393&diff_format=u
Index: php-src/ext/gd/gd.c
diff -u php-src/ext/gd/gd.c:1.392 php-src/ext/gd/gd.c:1.393
--- php-src/ext/gd/gd.c:1.392   Sun Aug 24 04:02:20 2008
+++ php-src/ext/gd/gd.c Fri Aug 29 11:09:05 2008
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: gd.c,v 1.392 2008/08/24 04:02:20 felipe Exp $ */
+/* $Id: gd.c,v 1.393 2008/08/29 11:09:05 pajoye Exp $ */
 
 /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center,
    Cold Spring Harbor Labs. */
@@ -75,7 +75,7 @@
 #include <gdfontl.h>  /* 4 Large font */
 #include <gdfontg.h>  /* 5 Giant font */
 #include "libgd/wbmp.h"
-
+#include <gdhelpers.h>
 #ifdef ENABLE_GD_TTF
 # ifdef HAVE_LIBFREETYPE
 #  include <ft2build.h>



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to