Skip to content

Commit 2bc63e7

Browse files
committed
missed include for intptr_t/uintptr_t
1 parent d59fc59 commit 2bc63e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

TSRM/TSRM.h

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
# include <tsrm_config.h>
2121
#endif
2222

23+
#include "main/php_stdint.h"
24+
2325
#ifdef TSRM_WIN32
2426
# ifdef TSRM_EXPORTS
2527
# define TSRM_API __declspec(dllexport)

0 commit comments

Comments
 (0)