diff options
-rw-r--r-- | ext/standard/md5.h | 2 | ||||
-rw-r--r-- | ext/standard/php_global.h (renamed from ext/standard/global.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/md5.h b/ext/standard/md5.h index b29b0ef14e..86bb4f7ada 100644 --- a/ext/standard/md5.h +++ b/ext/standard/md5.h @@ -53,7 +53,7 @@ documentation and/or software. */ -#include "global.h" +#include "php_global.h" /* MD5 context. */ typedef struct { diff --git a/ext/standard/global.h b/ext/standard/php_global.h index 9b03e21b82..9b03e21b82 100644 --- a/ext/standard/global.h +++ b/ext/standard/php_global.h |