diff options
author | Andrei Zmievski <andrei@php.net> | 2000-06-08 21:07:30 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2000-06-08 21:07:30 +0000 |
commit | 1251445abceca50f3ae00e8e8e20dcca961930f0 (patch) | |
tree | da19312124b8c424d2890a00052398069bb08d45 /ext/mcal | |
parent | c5b2c8ba939da83529d5fb37634d855b7cc77ca8 (diff) | |
download | php-git-1251445abceca50f3ae00e8e8e20dcca961930f0.tar.gz |
Include php_global.h, instead of global.h
Diffstat (limited to 'ext/mcal')
-rw-r--r-- | ext/mcal/php_mcal.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |