summaryrefslogtreecommitdiff
path: root/phpdbg.h
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2014-10-22 19:58:52 +0200
committerBob Weinand <bobwei9@hotmail.com>2014-10-22 19:58:52 +0200
commit801080cf7ef1ed333e97741e6a002bc5a2636fed (patch)
tree3d7c2083c58b5bdfb72458c5be53e24e13ff410c /phpdbg.h
parent242387e51b389fb5ae98e003c9a51166420bbbb8 (diff)
downloadphp-git-801080cf7ef1ed333e97741e6a002bc5a2636fed.tar.gz
Try fixing 5.4 and 5.5 build, again
Diffstat (limited to 'phpdbg.h')
-rw-r--r--phpdbg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpdbg.h b/phpdbg.h
index b7346ab8bf..ce90c6a95e 100644
--- a/phpdbg.h
+++ b/phpdbg.h
@@ -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