From a0d3c5a88eba090122098a26f8ef5fca9d443e78 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Mon, 26 Feb 2001 18:14:50 +0000 Subject: - 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 --- ext/imap/php_imap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/imap/php_imap.h') diff --git a/ext/imap/php_imap.h b/ext/imap/php_imap.h index cbdd491a9f..ba637af282 100644 --- a/ext/imap/php_imap.h +++ b/ext/imap/php_imap.h @@ -15,7 +15,7 @@ #include "rfc822.h" #endif -#include "modules.h" +#include "zend_modules.h" extern zend_module_entry imap_module_entry; #define imap_module_ptr &imap_module_entry -- cgit v1.2.1