From ab7bbbb160e47b895f57054e215c3fe4e0dc1678 Mon Sep 17 00:00:00 2001 From: Jouni Ahto Date: Fri, 25 Feb 2000 06:43:51 +0000 Subject: Ported T1lib support from PHP3. @- Ported T1lib support from PHP3. (Jouni) # That's almost a lie... needs still some work. --- ext/gd/php_gd.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/gd/php_gd.h') diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 1ab77792a1..0426862063 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -49,6 +49,10 @@ #include +#if HAVE_LIBT1 +#include "gdt1.h" +#endif + extern zend_module_entry gd_module_entry; #define phpext_gd_ptr &gd_module_entry -- cgit v1.2.1