diff options
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 |