Browse Source

t1lib.h needs to be included here now.

experimental/new_apache_hooks
foobar 24 years ago
parent
commit
29a2967936
  1. 1
      ext/gd/gd.c

1
ext/gd/gd.c

@ -51,6 +51,7 @@
static int le_gd, le_gd_font;
#if HAVE_LIBT1
#include <t1lib.h>
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);

Loading…
Cancel
Save