diff options
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r-- | ext/gd/php_gd.h | 4 |
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 |