From 14caf174ff219376e4f1234bd297ffe973cc416e Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 6 Aug 2013 22:45:35 +0200 Subject: unify stdint type usage if you need C99 stdint types, just include "php_stdint.h" --- main/php.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index 7c1f8fd0c7..17ac8b4fd2 100644 --- a/main/php.h +++ b/main/php.h @@ -180,6 +180,8 @@ typedef unsigned int socklen_t; # endif #endif +#include "php_stdint.h" + #include "zend_hash.h" #include "zend_alloc.h" #include "zend_stack.h" -- cgit v1.2.1