]> granicus.if.org Git - php/commitdiff
missed include for intptr_t/uintptr_t
authorAnatol Belski <ab@php.net>
Mon, 22 Dec 2014 10:28:13 +0000 (11:28 +0100)
committerAnatol Belski <ab@php.net>
Mon, 22 Dec 2014 10:28:13 +0000 (11:28 +0100)
TSRM/TSRM.h

index 3e0d9b81cddcaf1879a7e2d7051105e8218af930..953ad8fadc7d1851b85ff4d8fd579a63f850f8fd 100644 (file)
@@ -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)