summaryrefslogtreecommitdiff
path: root/sapi/cli/php_http_parser.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-08-17 11:59:39 +0000
committerPierre Joye <pajoye@php.net>2011-08-17 11:59:39 +0000
commitbae911f41b7879858c08ac0203ca40b58628747b (patch)
tree4ace957fc6b1427d01722cc7e77024a9d31bad88 /sapi/cli/php_http_parser.h
parentcef071fd805ecc08fb1e676ec20df1d470d3be76 (diff)
downloadphp-git-bae911f41b7879858c08ac0203ca40b58628747b.tar.gz
- WS
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