diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2002-11-22 02:38:03 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2002-11-22 02:38:03 +0000 |
commit | 489b0f21159507a879a5342e2ca5ff4c946726bb (patch) | |
tree | f037b783c0d7141b421e10c7a12531171608ef00 /ext/gd/gdcache.c | |
parent | 2ca45412ed096f10df3f743425cc3ccf09ab34c0 (diff) | |
download | php-git-489b0f21159507a879a5342e2ca5ff4c946726bb.tar.gz |
Added missing header (fixed bug #20555).
Diffstat (limited to 'ext/gd/gdcache.c')
-rw-r--r-- | ext/gd/gdcache.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/gd/gdcache.c b/ext/gd/gdcache.c index 55ad98ff67..2643d802b6 100644 --- a/ext/gd/gdcache.c +++ b/ext/gd/gdcache.c @@ -36,6 +36,8 @@ * sizes of a few tens of elements. */ +#include "php.h" + /* This just seems unessacary */ #if PHP_WIN32 #define ENABLE_GD_TTF |