summaryrefslogtreecommitdiff
path: root/post_handler.c
diff options
context:
space:
mode:
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