File ppsspp-stdio.patch of Package ppsspp
diff --git a/ext/vma/vk_mem_alloc.h b/ext/vma/vk_mem_alloc.h index f52dcee..7f822e7 100644 --- a/ext/vma/vk_mem_alloc.h +++ b/ext/vma/vk_mem_alloc.h @@ -144,6 +144,8 @@ See documentation chapter: \ref statistics. extern "C" { #endif +#include <stdio.h> + #ifndef VULKAN_H_ #include <vulkan/vulkan.h> #endif