summaryrefslogtreecommitdiff
path: root/ext/mcrypt
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-03-11 20:57:35 +0000
committerAndi Gutmans <andi@php.net>2000-03-11 20:57:35 +0000
commit649d8721dbddc225a0330a0d9ed7750287dbcd18 (patch)
tree05832f943c2e8c632332524b429b8c3fec472b32 /ext/mcrypt
parent9dca788ca04cfe185c3faaab8ad0b872b1762977 (diff)
downloadphp-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/mcrypt')
-rw-r--r--ext/mcrypt/php_mcrypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mcrypt/php_mcrypt.h b/ext/mcrypt/php_mcrypt.h
index ebbd57645d..87585ae2cc 100644
--- a/ext/mcrypt/php_mcrypt.h
+++ b/ext/mcrypt/php_mcrypt.h
@@ -5,7 +5,7 @@
#if PHP_API_VERSION < 19990421
#define zend_module_entry zend_module_entry
-#include "zend_modules.h"
+#include "modules.h"
#include "internal_functions.h"
#endif