Skip to content

Commit 29d7e7e

Browse files
committed
- fix build
1 parent 15c1a73 commit 29d7e7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sapi/cli/php_http_parser.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ extern "C" {
2828

2929
#include <sys/types.h>
3030
#if defined(_WIN32) && !defined(__MINGW32__)
31+
# include <windows.h>
3132
# include "win32/php_stdint.h"
33+
# include "config.w32.h"
3234
#else
3335
# include <stdint.h>
3436
#endif

0 commit comments

Comments
 (0)