summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-12-22 11:28:13 +0100
committerAnatol Belski <ab@php.net>2014-12-22 11:28:13 +0100
commit2bc63e7b6d348e9210ec09facb4bedb6f4ab921a (patch)
tree57f33998dc853fa80b8b8f73a482f7f3e2977245 /TSRM
parentd59fc5951e112505df86575959b1f9ce0826c9ae (diff)
downloadphp-git-2bc63e7b6d348e9210ec09facb4bedb6f4ab921a.tar.gz
missed include for intptr_t/uintptr_t
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/TSRM.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/TSRM/TSRM.h b/TSRM/TSRM.h
index 3e0d9b81cd..953ad8fadc 100644
--- a/TSRM/TSRM.h
+++ b/TSRM/TSRM.h
@@ -20,6 +20,8 @@
# include <tsrm_config.h>
#endif
+#include "main/php_stdint.h"
+
#ifdef TSRM_WIN32
# ifdef TSRM_EXPORTS
# define TSRM_API __declspec(dllexport)