From 489b0f21159507a879a5342e2ca5ff4c946726bb Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Fri, 22 Nov 2002 02:38:03 +0000 Subject: [PATCH] Added missing header (fixed bug #20555). --- ext/gd/gdcache.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/gd/gdcache.c b/ext/gd/gdcache.c index 55ad98ff679..2643d802b6d 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