summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2010-05-26 04:59:39 +0000
committerMichael Sevakis <jethead71@rockbox.org>2010-05-26 04:59:39 +0000
commitab27aa1526983cf1992ce8974c61a3b10ac551dd (patch)
treeafbb50e908711bdcdc877553629132b9c5611848 /apps/recorder
parenta8d9a03cfb3c72d36933f3a1867ada00dff0d1d5 (diff)
downloadrockbox-ab27aa1526983cf1992ce8974c61a3b10ac551dd.tar.gz
rockbox-ab27aa1526983cf1992ce8974c61a3b10ac551dd.zip
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
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/recording.c1
1 files changed, 1 insertions, 0 deletions
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