From c429c74be966415085e781c6fbaf9fbf184ec164 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 25 Aug 2014 23:28:08 +0200 Subject: generalize the zend_long stuff --- main/php_stdint.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main/php_stdint.h') diff --git a/main/php_stdint.h b/main/php_stdint.h index 14b32d7ca4..527ee3493d 100644 --- a/main/php_stdint.h +++ b/main/php_stdint.h @@ -28,6 +28,7 @@ # if !defined(_STDINT) # define _STDINT # include "win32/php_stdint.h" +# include "win32/php_inttypes.h" # endif # define HAVE_INT8_T 1 # define HAVE_UINT8_T 1 -- cgit v1.2.1