diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2014-10-22 19:58:52 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2014-10-22 19:58:52 +0200 |
commit | 801080cf7ef1ed333e97741e6a002bc5a2636fed (patch) | |
tree | 3d7c2083c58b5bdfb72458c5be53e24e13ff410c /phpdbg.h | |
parent | 242387e51b389fb5ae98e003c9a51166420bbbb8 (diff) | |
download | php-git-801080cf7ef1ed333e97741e6a002bc5a2636fed.tar.gz |
Try fixing 5.4 and 5.5 build, again
Diffstat (limited to 'phpdbg.h')
-rw-r--r-- | phpdbg.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,8 @@ # define PHPDBG_API #endif +#include <stdint.h> +#include <stddef.h> #include "php.h" #include "php_globals.h" #include "php_variables.h" @@ -48,6 +50,7 @@ #if defined(_WIN32) && !defined(__MINGW32__) # include <windows.h> # include "config.w32.h" +# include "win32/php_stdint.h" # undef strcasecmp # undef strncasecmp # define strcasecmp _stricmp |