From: Anatol Belski Date: Mon, 22 Dec 2014 10:28:13 +0000 (+0100) Subject: missed include for intptr_t/uintptr_t X-Git-Tag: PRE_PHP7_REMOVALS~35^2~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2bc63e7b6d348e9210ec09facb4bedb6f4ab921a;p=php missed include for intptr_t/uintptr_t --- 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 #endif +#include "main/php_stdint.h" + #ifdef TSRM_WIN32 # ifdef TSRM_EXPORTS # define TSRM_API __declspec(dllexport)