summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/mcal/php_mcal.c2
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