diff --git a/src/burner/ioapi.h b/src/burner/ioapi.h index f3b193d803..bcc4eeab96 100644 --- a/src/burner/ioapi.h +++ b/src/burner/ioapi.h @@ -45,6 +45,13 @@ #include #include "zlib.h" +#ifdef __LIBRETRO__ + #include + #ifndef USE_FILE32API + #define USE_FILE32API + #endif +#endif + #if defined(USE_FILE32API) #define fopen64 fopen #define ftello64 ftell