summaryrefslogtreecommitdiff
path: root/ext/gd/gdttf.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-01-09 21:05:06 +0000
committerfoobar <sniper@php.net>2005-01-09 21:05:06 +0000
commita139dbf9ccf47a99b449c7bdcdfb846563bb7cec (patch)
treefcb22e91ef5c5e71fc323ef1d16c156375467338 /ext/gd/gdttf.c
parent37d3ea836ec665500e6b61d35212b6d168d2d218 (diff)
downloadphp-git-a139dbf9ccf47a99b449c7bdcdfb846563bb7cec.tar.gz
- Fix outside-source-tree builds. Always include generated header files
with #include <some_header.h> to make sure the correct file is used.
Diffstat (limited to 'ext/gd/gdttf.c')
-rw-r--r--ext/gd/gdttf.c2
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>