summaryrefslogtreecommitdiff
path: root/ext/standard/md5.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-06-05 23:59:06 +0000
committerSascha Schumann <sas@php.net>2000-06-05 23:59:06 +0000
commit45a5555b09aa706e9326f8ec0cf388ae1709a0bf (patch)
tree3339d69db0faecb9d8900b79a7281339ad6e7aa5 /ext/standard/md5.h
parent102c6ce4b89c4efd46eb8c2b212943c188312938 (diff)
downloadphp-git-45a5555b09aa706e9326f8ec0cf388ae1709a0bf.tar.gz
Move global.h to php_global.h.
Diffstat (limited to 'ext/standard/md5.h')
-rw-r--r--ext/standard/md5.h2
1 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 {