From 7e3bdf8be513cc917c1cbcd45c73c2cd04b11bb4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 5 Sep 2015 01:38:09 +0200 Subject: [PATCH] (Vita) This header needs to be included for stat --- libretro-common/file/file_path.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libretro-common/file/file_path.c b/libretro-common/file/file_path.c index 27ef75f5ef..3a8c43e7b3 100644 --- a/libretro-common/file/file_path.c +++ b/libretro-common/file/file_path.c @@ -43,6 +43,7 @@ #elif defined(VITA) #include #include +#include #else #include #include