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/icap | |
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/icap')
-rw-r--r-- | ext/icap/php_icap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/icap/php_icap.c b/ext/icap/php_icap.c index 8de4171774..74d86a4be0 100644 --- a/ext/icap/php_icap.c +++ b/ext/icap/php_icap.c @@ -49,7 +49,7 @@ #include <stdarg.h> #include "cal.h" #include "php_icap.h" -#include "zend_modules.h" +#include "modules.h" #if (WIN32|WINNT) #include "winsock.h" #endif |