summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSteve Bavin <pondlife@pondlife.me>2009-06-15 16:03:01 +0000
committerSteve Bavin <pondlife@pondlife.me>2009-06-15 16:03:01 +0000
commite8c825fc29088f0d5b06dc5728d004510e0d9b06 (patch)
treeed4f8d532261806d9edda082a8a4594e46a35277 /apps
parent8851a8a3e5f4809878f22dec1666982c33bf5b3a (diff)
downloadrockbox-e8c825fc29088f0d5b06dc5728d004510e0d9b06.tar.gz
rockbox-e8c825fc29088f0d5b06dc5728d004510e0d9b06.zip
...and fixify *that* yellow too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21295 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index c899912e22..a7c8bef6c0 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -79,6 +79,7 @@
79 79
80#if (CONFIG_CODEC == SWCODEC) 80#if (CONFIG_CODEC == SWCODEC)
81#include "playback.h" 81#include "playback.h"
82#include "tdspeed.h"
82#endif 83#endif
83#if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && !defined(SIMULATOR) 84#if (CONFIG_CODEC == SWCODEC) && defined(HAVE_RECORDING) && !defined(SIMULATOR)
84#include "pcm_record.h" 85#include "pcm_record.h"