Skip to content

Commit 7e68d6e

Browse files
committed
Merge branch 'PHP-5.6' into PHP-7.0
2 parents f66e25a + c8d6673 commit 7e68d6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/gd/gd_compat.c

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#include "php_config.h"
22

3+
#ifdef HAVE_CONFIG_H
4+
#include "config.h"
5+
#endif
6+
37
#ifdef HAVE_GD_PNG
48
/* needs to be first */
59
# include <png.h>

0 commit comments

Comments
 (0)