diff --git a/zstd.c b/zstd.c index 5479ba5..8ad068f 100644 --- a/zstd.c +++ b/zstd.c @@ -30,7 +30,11 @@ #include #include #include +#if PHP_VERSION_ID < 70200 #include +#else +#include "Zend/zend_smart_string.h" +#endif #if defined(HAVE_APCU_SUPPORT) #include #include