summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
authorSteve Bavin <pondlife@pondlife.me>2008-03-28 11:24:24 +0000
committerSteve Bavin <pondlife@pondlife.me>2008-03-28 11:24:24 +0000
commitc9df8fd87ba80a3c0d719e76ca68cb829a505b11 (patch)
treecf4493629cd7e960d60f19fa1fc87b2e5b4945b3 /apps/settings.c
parentf54def9dd59db89a0a7cd304cbcd78d9c6a209ee (diff)
downloadrockbox-c9df8fd87ba80a3c0d719e76ca68cb829a505b11.tar.gz
rockbox-c9df8fd87ba80a3c0d719e76ca68cb829a505b11.zip
The const police raid playback.c, should be no change to behaviour.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16860 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c
index d4f14079b1..6e1aa3eaec 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -81,6 +81,7 @@ struct system_status global_status;
81#if CONFIG_CODEC == SWCODEC 81#if CONFIG_CODEC == SWCODEC
82#include "pcmbuf.h" 82#include "pcmbuf.h"
83#include "dsp.h" 83#include "dsp.h"
84#include "playback.h"
84#ifdef HAVE_RECORDING 85#ifdef HAVE_RECORDING
85#include "enc_config.h" 86#include "enc_config.h"
86#endif 87#endif