summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2015-11-20 15:36:13 +0800
committerXinchen Hui <laruence@gmail.com>2015-11-20 15:36:13 +0800
commitb42eb16cf4ae58e8c8fbc8afc4406bc746497754 (patch)
treee9bc9226823cdd0c4c9d8c38a17c00c6834aaea7
parentc8d6673b597f71cbbb04977ff87e6d45907484c2 (diff)
downloadphp-git-b42eb16cf4ae58e8c8fbc8afc4406bc746497754.tar.gz
This seems better
-rw-r--r--ext/gd/gd_compat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gd/gd_compat.c b/ext/gd/gd_compat.c
index d6531f67f6..44a4910d2d 100644
--- a/ext/gd/gd_compat.c
+++ b/ext/gd/gd_compat.c
@@ -1,7 +1,7 @@
-#include "php_config.h"
-
#ifdef HAVE_CONFIG_H
#include "config.h"
+#else
+#include "php_config.h"
#endif
#ifdef HAVE_GD_PNG