summaryrefslogtreecommitdiff
path: root/post_handler.c
diff options
context:
space:
mode:
authorBen Fuhrmannek2014-11-24 10:26:26 +0100
committerBen Fuhrmannek2014-11-24 10:26:26 +0100
commitf34d6621af419f05bd554f970d7bd3dfccac23d6 (patch)
treeea0337d33b2f4a8271bdd8309522e501a4fb7d9b /post_handler.c
parent4989cdda4b8ef7b1088ee0f0b29197b74ba378f0 (diff)
ifdef fix for win32
Diffstat (limited to 'post_handler.c')
-rw-r--r--post_handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/post_handler.c b/post_handler.c
index ba2ff8f..737f33f 100644
--- a/post_handler.c
+++ b/post_handler.c
@@ -34,7 +34,7 @@
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 37#if defined(PHP_WIN32) && PHP_VERSION_ID >= 50600
38#include "win32/php_inttypes.h" 38#include "win32/php_inttypes.h"
39#endif 39#endif
40 40