From: Sascha Schumann Date: Thu, 8 Jun 2000 23:39:01 +0000 (+0000) Subject: Somehow I screwed up the find parameters while doing the original change. X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d530b82b268f2a3a6414c5cd4f621acd9f35629c;p=php Somehow I screwed up the find parameters while doing the original change. s/global.h/php_global.h/ --- diff --git a/ext/icap/php_icap.c b/ext/icap/php_icap.c index bc1653ce32..39f050e3b2 100644 --- a/ext/icap/php_icap.c +++ b/ext/icap/php_icap.c @@ -51,7 +51,7 @@ #include "php_icap.h" #include "modules.h" #include "ext/standard/info.h" -#include "ext/standard/global.h" +#include "ext/standard/php_global.h" #if (WIN32|WINNT) #include "winsock.h" #endif