From: Pierre Joye Date: Thu, 14 Jan 2010 19:44:54 +0000 (+0000) Subject: - fix build X-Git-Tag: php-5.4.0alpha1~191^2~2083 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=625bf83ef09c04debd1af98e4593f615a9720ebb;p=php - fix build --- diff --git a/ext/standard/crypt_sha256.c b/ext/standard/crypt_sha256.c index a62aee42c8..c33855f5f5 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 67c5a54e50..f32e4a0f8a 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