summaryrefslogtreecommitdiff
path: root/ext/mcal
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2001-02-26 18:14:50 +0000
committerAndi Gutmans <andi@php.net>2001-02-26 18:14:50 +0000
commita0d3c5a88eba090122098a26f8ef5fca9d443e78 (patch)
tree0c7fe010d76e4d3508a59e56fc99d4278c55850f /ext/mcal
parent17444700d402f425a0c346c7131ec686893bcdc2 (diff)
downloadphp-git-a0d3c5a88eba090122098a26f8ef5fca9d443e78.tar.gz
- Finally rename modules.h to zend_modules.h for consistency (first try
was 2000-03-11). - Remove the first_arg_force_ref[]; and friends extern from php.h as they are included via zend_API.h
Diffstat (limited to 'ext/mcal')
-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 897dbda915..b3e3f04710 100644
--- a/ext/mcal/php_mcal.c
+++ b/ext/mcal/php_mcal.c
@@ -34,7 +34,7 @@
#include <stdarg.h>
#include "mcal.h"
#include "php_mcal.h"
-#include "modules.h"
+#include "zend_modules.h"
#include "ext/standard/info.h"
#include "ext/standard/basic_functions.h"
#ifdef PHP_WIN32