diff --git a/php_memcached_private.h b/php_memcached_private.h index 3e1f3586..b4b1115b 100644 --- a/php_memcached_private.h +++ b/php_memcached_private.h @@ -48,7 +48,11 @@ #include #ifdef PHP_WIN32 + # if PHP_VERSION_ID >= 80000 + # include "php_stdint.h" +#else # include "win32/php_stdint.h" +#endif #else /* Used to store the size of the block */ # if defined(HAVE_INTTYPES_H)