diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/opcache/ZendAccelerator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/ZendAccelerator.c b/ext/opcache/ZendAccelerator.c index cc4273c6ba..b7f8ce419e 100644 --- a/ext/opcache/ZendAccelerator.c +++ b/ext/opcache/ZendAccelerator.c @@ -40,10 +40,10 @@ #include "zend_accelerator_util_funcs.h" #include "zend_accelerator_hash.h" #include "ext/pcre/php_pcre.h" +#include "ext/standard/md5.h" #ifdef HAVE_OPCACHE_FILE_CACHE # include "zend_file_cache.h" -# include "ext/standard/md5.h" #endif #ifndef ZEND_WIN32 |