From: foobar Date: Fri, 28 Jun 2002 12:46:07 +0000 (+0000) Subject: t1lib.h needs to be included here now. X-Git-Tag: php-4.3.0dev_zend2_alpha2~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29a2967936872150ca72b2cd054c96a468942525;p=php t1lib.h needs to be included here now. --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 640b488132..d2198ac659 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -51,6 +51,7 @@ static int le_gd, le_gd_font; #if HAVE_LIBT1 +#include static int le_ps_font, le_ps_enc; static void php_free_ps_font(zend_rsrc_list_entry *rsrc TSRMLS_DC); static void php_free_ps_enc(zend_rsrc_list_entry *rsrc TSRMLS_DC);