summaryrefslogtreecommitdiff
path: root/sapi/cli/php_http_parser.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-08-19 11:33:59 +0000
committerPierre Joye <pajoye@php.net>2011-08-19 11:33:59 +0000
commit6a0910075d0d85b1b834406341060d5b0c223e07 (patch)
tree0d4d0164df1e144374f3e46ffed50c350488f796 /sapi/cli/php_http_parser.h
parent5f429c57e9c3e849b58c48973f393036739bcbd7 (diff)
downloadphp-git-6a0910075d0d85b1b834406341060d5b0c223e07.tar.gz
- fix build
Diffstat (limited to 'sapi/cli/php_http_parser.h')
-rw-r--r--sapi/cli/php_http_parser.h2
1 files changed, 2 insertions, 0 deletions
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 <sys/types.h>
#if defined(_WIN32) && !defined(__MINGW32__)
+# include <windows.h>
# include "win32/php_stdint.h"
+# include "config.w32.h"
#else
# include <stdint.h>
#endif