From e7434c124772c05fe836832e02196d50bec10c23 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 4 Jan 2023 09:43:27 +0100 Subject: [PATCH] Zend/zend_long: include cleanup --- Zend/zend_long.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Zend/zend_long.h b/Zend/zend_long.h index 3796f1c5aba..f2d3ee81bd6 100644 --- a/Zend/zend_long.h +++ b/Zend/zend_long.h @@ -19,6 +19,12 @@ #ifndef ZEND_LONG_H #define ZEND_LONG_H +#ifdef PHP_WIN32 +#include "config.w32.h" +#else +#include "php_config.h" // for SIZEOF_SIZE_T +#endif + #include #include