iliaa           Sat Mar  6 13:24:42 2004 EDT

  Modified files:              
    /php-src/ext/gd/libgd       gdft.c 
  Log:
  Fixed bug #27437 (wrong freetype include inside GD library).
  
  
  
http://cvs.php.net/diff.php/php-src/ext/gd/libgd/gdft.c?r1=1.31&r2=1.32&ty=u
Index: php-src/ext/gd/libgd/gdft.c
diff -u php-src/ext/gd/libgd/gdft.c:1.31 php-src/ext/gd/libgd/gdft.c:1.32
--- php-src/ext/gd/libgd/gdft.c:1.31    Sun Dec 28 15:11:08 2003
+++ php-src/ext/gd/libgd/gdft.c Sat Mar  6 13:24:41 2004
@@ -63,7 +63,7 @@
 #include "gdcache.h"
 #include <ft2build.h>
 #include FT_FREETYPE_H
-#include "freetype/ftglyph.h"
+#include FT_GLYPH_H
 
 /* number of fonts cached before least recently used is replaced */
 #define FONTCACHESIZE 6

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

Reply via email to