We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f66e25a + c8d6673 commit 7e68d6eCopy full SHA for 7e68d6e
ext/gd/gd_compat.c
@@ -1,5 +1,9 @@
1
#include "php_config.h"
2
3
+#ifdef HAVE_CONFIG_H
4
+#include "config.h"
5
+#endif
6
+
7
#ifdef HAVE_GD_PNG
8
/* needs to be first */
9
# include <png.h>
0 commit comments