diff options
Diffstat (limited to 'post_handler.c')
| -rw-r--r-- | post_handler.c | 2 |
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 | ||
