- MFH: fix warning

This commit is contained in:
Pierre Joye 2008-08-29 11:09:28 +00:00
parent c7c4d96c73
commit 6b35a5df0a

View File

@ -43,6 +43,7 @@
#include "ext/standard/info.h"
#include "php_open_temporary_file.h"
#if HAVE_SYS_WAIT_H
# include <sys/wait.h>
#endif
@ -73,6 +74,8 @@ static void php_free_ps_enc(zend_rsrc_list_entry *rsrc TSRMLS_DC);
#include <gdfontmb.h> /* 3 Medium bold font */
#include <gdfontl.h> /* 4 Large font */
#include <gdfontg.h> /* 5 Giant font */
#include <gdhelpers.h>
#ifdef HAVE_GD_WBMP
#include "libgd/wbmp.h"
#endif