--- a/Modules/_blake2/blake2module.h (index) +++ b/Modules/_blake2/blake2module.h (working tree) @@ -38,6 +38,6 @@ #endif // HAVE_LIBB2 // for secure_zero_memory(), store32(), store48(), and store64() -#include "impl/blake2-impl.h" +#include "contrib/libs/blake2/src/blake2-impl.h" #endif // Py_BLAKE2MODULE_H