diff options
Diffstat (limited to 'ext/mhash/php_mhash.h')
-rw-r--r-- | ext/mhash/php_mhash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mhash/php_mhash.h b/ext/mhash/php_mhash.h index 58080fe1b2..60f3955c18 100644 --- a/ext/mhash/php_mhash.h +++ b/ext/mhash/php_mhash.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 |