summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
diff options
context:
space:
mode:
authorJouni Ahto <jah@php.net>2000-02-25 06:43:51 +0000
committerJouni Ahto <jah@php.net>2000-02-25 06:43:51 +0000
commitab7bbbb160e47b895f57054e215c3fe4e0dc1678 (patch)
treef41752f6c9969c5c344cc2b0a21392e8dda199d6 /ext/gd/php_gd.h
parentf0cfb4aee838f1375e061de5eb23b171d027d608 (diff)
downloadphp-git-ab7bbbb160e47b895f57054e215c3fe4e0dc1678.tar.gz
Ported T1lib support from PHP3.
@- Ported T1lib support from PHP3. (Jouni) # That's almost a lie... needs still some work.
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r--ext/gd/php_gd.h4
1 files changed, 4 insertions, 0 deletions
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 <gd.h>
+#if HAVE_LIBT1
+#include "gdt1.h"
+#endif
+
extern zend_module_entry gd_module_entry;
#define phpext_gd_ptr &gd_module_entry