diff options
author | Pierre Joye <pajoye@php.net> | 2010-01-14 19:44:54 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2010-01-14 19:44:54 +0000 |
commit | 95839948283086cf77dbe2305eee3f587d6383fb (patch) | |
tree | c02cf54afd2cf0574f607f7bb2b0208fdc561f94 /ext/standard/crypt_sha512.c | |
parent | fae24f929868f69f61c55efbc1559c01c6d7f7b7 (diff) | |
download | php-git-95839948283086cf77dbe2305eee3f587d6383fb.tar.gz |
- fix build
Diffstat (limited to 'ext/standard/crypt_sha512.c')
-rw-r--r-- | ext/standard/crypt_sha512.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ext/standard/crypt_sha512.c b/ext/standard/crypt_sha512.c index 22f7e7fa79..8d2f017bae 100644 --- a/ext/standard/crypt_sha512.c +++ b/ext/standard/crypt_sha512.c @@ -2,10 +2,8 @@ Released into the Public Domain by Ulrich Drepper <drepper@redhat.com>. */ /* Windows VC++ port by Pierre Joye <pierre@php.net> */ -#ifndef PHP_WIN32 -# include "php.h" -# include "php_main.h" -#endif +#include "php.h" +#include "php_main.h" #include <errno.h> #include <limits.h> |