From 1251445abceca50f3ae00e8e8e20dcca961930f0 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Thu, 8 Jun 2000 21:07:30 +0000 Subject: [PATCH] Include php_global.h, instead of global.h --- ext/mcal/php_mcal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1