diff --git a/libretro-common/file/retro_file.c b/libretro-common/file/retro_file.c index 1bb3aa9a07..82015a1d73 100644 --- a/libretro-common/file/retro_file.c +++ b/libretro-common/file/retro_file.c @@ -23,6 +23,7 @@ # include # include +#define PSP_O_RDONLY PSP2_O_RDONLY #define PSP_O_RDWR PSP2_O_RDWR #define PSP_O_CREAT PSP2_O_CREAT #define PSP_O_WRONLY PSP2_O_WRONLY