diff --git a/frontend/platform/platform_gx.c b/frontend/platform/platform_gx.c index 5e2369611b..2bc834ec36 100644 --- a/frontend/platform/platform_gx.c +++ b/frontend/platform/platform_gx.c @@ -24,6 +24,8 @@ #if defined(HW_RVL) && !defined(IS_SALAMANDER) #include "../../wii/mem2_manager.h" +#include +#include #endif #include @@ -40,7 +42,6 @@ #ifdef HW_RVL #include -#include #include #include extern void system_exec_wii(const char *path, bool should_load_game);