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/voice_thread.c | |
| parent | f54def9dd59db89a0a7cd304cbcd78d9c6a209ee (diff) | |
| download | rockbox-c9df8fd87ba80a3c0d719e76ca68cb829a505b11.zip rockbox-c9df8fd87ba80a3c0d719e76ca68cb829a505b11.tar.gz rockbox-c9df8fd87ba80a3c0d719e76ca68cb829a505b11.tar.bz2 rockbox-c9df8fd87ba80a3c0d719e76ca68cb829a505b11.tar.xz | |
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/voice_thread.c')
| -rw-r--r-- | apps/voice_thread.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/voice_thread.c b/apps/voice_thread.c index 6e70f43..98b9caf 100644 --- a/apps/voice_thread.c +++ b/apps/voice_thread.c @@ -22,7 +22,8 @@ #include "voice_thread.h" #include "talk.h" #include "dsp.h" -#include "audio.h" +#include "audio.h"
+#include "playback.h" #include "pcmbuf.h" #include "codecs/libspeex/speex/speex.h" |