From: Andrei Zmievski Date: Thu, 8 Jun 2000 21:07:30 +0000 (+0000) Subject: Include php_global.h, instead of global.h X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1251445abceca50f3ae00e8e8e20dcca961930f0;p=php Include php_global.h, instead of global.h --- diff --git a/ext/mcal/php_mcal.c b/ext/mcal/php_mcal.c index 65ead1b34f..1e707b5b3b 100644 --- a/ext/mcal/php_mcal.c +++ b/ext/mcal/php_mcal.c @@ -51,7 +51,7 @@ #include "php_mcal.h" #include "modules.h" #include "ext/standard/info.h" -#include "ext/standard/global.h" +#include "ext/standard/php_global.h" #ifdef PHP_WIN32 #include "winsock.h" #endif