From bae911f41b7879858c08ac0203ca40b58628747b Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Wed, 17 Aug 2011 11:59:39 +0000 Subject: - WS --- sapi/cli/php_http_parser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sapi/cli/php_http_parser.h') diff --git a/sapi/cli/php_http_parser.h b/sapi/cli/php_http_parser.h index dae45470ae..353550f017 100644 --- a/sapi/cli/php_http_parser.h +++ b/sapi/cli/php_http_parser.h @@ -28,9 +28,9 @@ extern "C" { #include #if defined(_WIN32) && !defined(__MINGW32__) -#include "win32/php_stdint.h" +# include "win32/php_stdint.h" #else -#include +# include #endif /* Compile with -DPHP_HTTP_PARSER_STRICT=0 to make less checks, but run -- cgit v1.2.1