diff options
author | Anatol Belski <ab@php.net> | 2014-08-25 23:28:08 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-08-25 23:52:39 +0200 |
commit | c429c74be966415085e781c6fbaf9fbf184ec164 (patch) | |
tree | 97dfd40f60490b630fef035196da07317e520b63 /main/php_stdint.h | |
parent | 59848e3fbbcab3144c4d711df5d5be39cca51269 (diff) | |
download | php-git-c429c74be966415085e781c6fbaf9fbf184ec164.tar.gz |
generalize the zend_long stuff
Diffstat (limited to 'main/php_stdint.h')
-rw-r--r-- | main/php_stdint.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |