From 8bc2801e7cb78be60967fefa96a71d4e91761630 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Fri, 18 Feb 2011 23:29:11 +0000 Subject: Fix red caused by incorrect includes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29329 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/hosted/sdl/button-sdl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/target') diff --git a/firmware/target/hosted/sdl/button-sdl.c b/firmware/target/hosted/sdl/button-sdl.c index 9c8188a12f..4fab9e85d8 100644 --- a/firmware/target/hosted/sdl/button-sdl.c +++ b/firmware/target/hosted/sdl/button-sdl.c @@ -28,7 +28,7 @@ #include "button.h" #include "kernel.h" #include "backlight.h" -#include "misc.h" +#include "system.h" #include "button-sdl.h" #include "backlight.h" #include "sim_tasks.h" -- cgit v1.2.3