From: Pierre Joye Date: Wed, 3 Feb 2010 18:29:52 +0000 (+0000) Subject: - merge fix build for sha X-Git-Tag: php-5.3.2RC2~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e75a6451218599247c875b694e4abde60b6d41f9;p=php - merge fix build for sha --- diff --git a/ext/standard/crypt_sha256.c b/ext/standard/crypt_sha256.c index 7e632de9f7..eb839ef0e6 100644 --- a/ext/standard/crypt_sha256.c +++ b/ext/standard/crypt_sha256.c @@ -2,10 +2,8 @@ Released into the Public Domain by Ulrich Drepper . */ /* Windows VC++ port by Pierre Joye */ -#ifndef PHP_WIN32 -# include "php.h" -# include "php_main.h" -#endif +#include "php.h" +#include "php_main.h" #include #include diff --git a/ext/standard/crypt_sha512.c b/ext/standard/crypt_sha512.c index f339dbb810..c5ca6461ff 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 . */ /* Windows VC++ port by Pierre Joye */ -#ifndef PHP_WIN32 -# include "php.h" -# include "php_main.h" -#endif +#include "php.h" +#include "php_main.h" #include #include