diff options
Diffstat (limited to 'apps/radio/radio.c')
-rw-r--r-- | apps/radio/radio.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 |