From 4989cdda4b8ef7b1088ee0f0b29197b74ba378f0 Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Sat, 22 Nov 2014 16:19:38 +0100 Subject: more win32 related fixes --- post_handler.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'post_handler.c') diff --git a/post_handler.c b/post_handler.c index 8daf055..ba2ff8f 100644 --- a/post_handler.c +++ b/post_handler.c @@ -34,6 +34,9 @@ #include "ext/standard/url.h" #include "ext/standard/php_smart_str.h" +#ifdef PHP_WIN32 +#include "win32/php_inttypes.h" +#endif SAPI_POST_HANDLER_FUNC(suhosin_rfc1867_post_handler); -- cgit v1.3