diff options
Diffstat (limited to 'ext/gd/gdttf.c')
-rw-r--r-- | ext/gd/gdttf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/gdttf.c b/ext/gd/gdttf.c index b38b182317..56154835d2 100644 --- a/ext/gd/gdttf.c +++ b/ext/gd/gdttf.c @@ -9,7 +9,7 @@ #if PHP_WIN32 #include "config.w32.h" #else -#include "php_config.h" +#include <php_config.h> #endif #if HAVE_LIBTTF && !defined(USE_GD_IMGSTRTTF) #include <stdio.h> |