diff options
author | Anatol Belski <ab@php.net> | 2014-12-22 11:28:13 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-12-22 11:28:13 +0100 |
commit | 2bc63e7b6d348e9210ec09facb4bedb6f4ab921a (patch) | |
tree | 57f33998dc853fa80b8b8f73a482f7f3e2977245 /TSRM | |
parent | d59fc5951e112505df86575959b1f9ce0826c9ae (diff) | |
download | php-git-2bc63e7b6d348e9210ec09facb4bedb6f4ab921a.tar.gz |
missed include for intptr_t/uintptr_t
Diffstat (limited to 'TSRM')
-rw-r--r-- | TSRM/TSRM.h | 2 |
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) |