diff options
author | Andi Gutmans <andi@php.net> | 2000-03-11 20:57:35 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-03-11 20:57:35 +0000 |
commit | 649d8721dbddc225a0330a0d9ed7750287dbcd18 (patch) | |
tree | 05832f943c2e8c632332524b429b8c3fec472b32 /ext/gettext/php_gettext.h | |
parent | 9dca788ca04cfe185c3faaab8ad0b872b1762977 (diff) | |
download | php-git-649d8721dbddc225a0330a0d9ed7750287dbcd18.tar.gz |
- Oops I commited a name change for consistency of Zend/modules.h to
Zend/zend_modules.h before it being finished. Revert it
Diffstat (limited to 'ext/gettext/php_gettext.h')
-rw-r--r-- | ext/gettext/php_gettext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gettext/php_gettext.h b/ext/gettext/php_gettext.h index 800db28602..a6f156a0a8 100644 --- a/ext/gettext/php_gettext.h +++ b/ext/gettext/php_gettext.h @@ -34,7 +34,7 @@ #if HAVE_LIBINTL #ifndef INIT_FUNC_ARGS -#include "zend_modules.h" +#include "modules.h" #endif extern zend_module_entry php_gettext_module_entry; |