diff options
-rw-r--r-- | ext/gd/libgd/gd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/libgd/gd.c b/ext/gd/libgd/gd.c index 6210a8bcaa..a06a4549b4 100644 --- a/ext/gd/libgd/gd.c +++ b/ext/gd/libgd/gd.c @@ -5,7 +5,7 @@ #include "gd.h" #include "gdhelpers.h" -#include "php_config.h" +#include "php.h" #ifdef _MSC_VER # if _MSC_VER >= 1300 |