From: Pierre Joye Date: Fri, 19 Aug 2011 11:33:59 +0000 (+0000) Subject: - fix build X-Git-Tag: php-5.4.0beta1~404 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a0910075d0d85b1b834406341060d5b0c223e07;p=php - fix build --- diff --git a/sapi/cli/php_http_parser.h b/sapi/cli/php_http_parser.h index 8254a4367e..b740a0995e 100644 --- a/sapi/cli/php_http_parser.h +++ b/sapi/cli/php_http_parser.h @@ -28,7 +28,9 @@ extern "C" { #include #if defined(_WIN32) && !defined(__MINGW32__) +# include # include "win32/php_stdint.h" +# include "config.w32.h" #else # include #endif