From 6d87a1ab9f5c298fd5ec944b2e76bcb13f22f544 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Fri, 10 Aug 2012 05:18:32 +0200 Subject: [PATCH] (PS3 Salamander) Build fix --- ps3/salamander/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ps3/salamander/main.c b/ps3/salamander/main.c index 864b03d17b..640e2c8208 100644 --- a/ps3/salamander/main.c +++ b/ps3/salamander/main.c @@ -36,8 +36,9 @@ #define PATH_MAX 512 #endif -#include "../../console/rarch_console_libretro_mgmt.h" +#include "../../console/rarch_console.h" #include "../../console/rarch_console_exec.h" +#include "../../console/rarch_console_libretro_mgmt.h" #include "../../retroarch_logger.h" #include "../../file.h"