summaryrefslogtreecommitdiff
path: root/sapi/cli/php_http_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cli/php_http_parser.h')
-rw-r--r--sapi/cli/php_http_parser.h4
1 files changed, 2 insertions, 2 deletions
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 <sys/types.h>
#if defined(_WIN32) && !defined(__MINGW32__)
-#include "win32/php_stdint.h"
+# include "win32/php_stdint.h"
#else
-#include <stdint.h>
+# include <stdint.h>
#endif
/* Compile with -DPHP_HTTP_PARSER_STRICT=0 to make less checks, but run