summaryrefslogtreecommitdiff
path: root/post_handler.c
diff options
context:
space:
mode:
authorBen Fuhrmannek2014-11-22 16:19:38 +0100
committerBen Fuhrmannek2014-11-22 16:19:38 +0100
commit4989cdda4b8ef7b1088ee0f0b29197b74ba378f0 (patch)
treee7175022ebcfe6172f440a29aa93d4aa45f9b9de /post_handler.c
parentb90ef35f1a9a5b3b5ced336d945ca35c235f2494 (diff)
more win32 related fixes
Diffstat (limited to 'post_handler.c')
-rw-r--r--post_handler.c3
1 files changed, 3 insertions, 0 deletions
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 @@
34#include "ext/standard/url.h" 34#include "ext/standard/url.h"
35#include "ext/standard/php_smart_str.h" 35#include "ext/standard/php_smart_str.h"
36 36
37#ifdef PHP_WIN32
38#include "win32/php_inttypes.h"
39#endif
37 40
38SAPI_POST_HANDLER_FUNC(suhosin_rfc1867_post_handler); 41SAPI_POST_HANDLER_FUNC(suhosin_rfc1867_post_handler);
39 42