diff options
author | Steve Bavin <pondlife@pondlife.me> | 2008-03-28 11:24:24 +0000 |
---|---|---|
committer | Steve Bavin <pondlife@pondlife.me> | 2008-03-28 11:24:24 +0000 |
commit | c9df8fd87ba80a3c0d719e76ca68cb829a505b11 (patch) | |
tree | cf4493629cd7e960d60f19fa1fc87b2e5b4945b3 /apps/settings.c | |
parent | f54def9dd59db89a0a7cd304cbcd78d9c6a209ee (diff) |
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.c | 1 |
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; #if CONFIG_CODEC == SWCODEC #include "pcmbuf.h" #include "dsp.h" +#include "playback.h" #ifdef HAVE_RECORDING #include "enc_config.h" #endif |