From ab27aa1526983cf1992ce8974c61a3b10ac551dd Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Wed, 26 May 2010 04:59:39 +0000 Subject: Fix r26298 yellow: Somehow missed those warnings. Need playback.h. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26299 a1c6a512-1295-4272-9138-f99709370657 --- apps/radio/radio.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/radio') diff --git a/apps/radio/radio.c b/apps/radio/radio.c index 51c8982b07..5b09ad2fe8 100644 --- a/apps/radio/radio.c +++ b/apps/radio/radio.c @@ -70,6 +70,9 @@ #include "skin_engine/skin_engine.h" #include "statusbar-skinned.h" #include "buffering.h" +#if CONFIG_CODEC == SWCODEC +#include "playback.h" +#endif #if CONFIG_TUNER -- cgit v1.2.3