summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/radio/radio.c3
-rw-r--r--apps/recorder/recording.c1
2 files changed, 4 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 @@
70#include "skin_engine/skin_engine.h" 70#include "skin_engine/skin_engine.h"
71#include "statusbar-skinned.h" 71#include "statusbar-skinned.h"
72#include "buffering.h" 72#include "buffering.h"
73#if CONFIG_CODEC == SWCODEC
74#include "playback.h"
75#endif
73 76
74#if CONFIG_TUNER 77#if CONFIG_TUNER
75 78
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index c30098277d..fd1ff75e08 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -34,6 +34,7 @@
34#if CONFIG_CODEC == SWCODEC 34#if CONFIG_CODEC == SWCODEC
35#include "thread.h" 35#include "thread.h"
36#include "enc_config.h" 36#include "enc_config.h"
37#include "playback.h"
37#if defined(HAVE_SPDIF_IN) || defined(HAVE_SPDIF_OUT) 38#if defined(HAVE_SPDIF_IN) || defined(HAVE_SPDIF_OUT)
38#include "spdif.h" 39#include "spdif.h"
39#endif 40#endif