diff --git a/php_yaml.h b/php_yaml.h index c286ff5..82240da 100644 --- a/php_yaml.h +++ b/php_yaml.h @@ -53,7 +53,11 @@ extern "C" { #include #include #include +#if PHP_VERSION_ID < 70200 #include +#else +#include +#endif #include #include #include