diff options
| author | Sascha Schumann <sas@php.net> | 2000-06-05 23:59:06 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2000-06-05 23:59:06 +0000 |
| commit | 45a5555b09aa706e9326f8ec0cf388ae1709a0bf (patch) | |
| tree | 3339d69db0faecb9d8900b79a7281339ad6e7aa5 /ext/standard/md5.h | |
| parent | 102c6ce4b89c4efd46eb8c2b212943c188312938 (diff) | |
| download | php-git-45a5555b09aa706e9326f8ec0cf388ae1709a0bf.tar.gz | |
Move global.h to php_global.h.
Diffstat (limited to 'ext/standard/md5.h')
| -rw-r--r-- | ext/standard/md5.h | 2 |
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 { |
