From e0e48e8d3ea5570827bb3686d029ff6cf9b1806a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Higor=20Eur=C3=ADpedes?= Date: Sat, 14 Nov 2015 20:47:20 -0300 Subject: [PATCH] Fix console builds --- libretro-common/file/retro_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-common/file/retro_file.c b/libretro-common/file/retro_file.c index 5b16acda06..26775131b7 100644 --- a/libretro-common/file/retro_file.c +++ b/libretro-common/file/retro_file.c @@ -76,12 +76,12 @@ struct RFILE { + unsigned hints; #if defined(PSP) || defined(VITA) SceUID fd; #elif defined(__CELLOS_LV2__) int fd; #else - unsigned hints; #if defined(HAVE_BUFFERED_IO) FILE *fp; #endif