diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-04-01 14:09:41 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-04-01 14:09:41 +0000 |
| commit | d2041832cdb4296b31805dda0598aeed458b1d2e (patch) | |
| tree | d2bff31f481a7648a5774aec099df2eaa56cf4c2 | |
| parent | 674eaca5ef59625f90088da006eca4d10e2bea56 (diff) | |
| download | rockbox-d2041832cdb4296b31805dda0598aeed458b1d2e.zip rockbox-d2041832cdb4296b31805dda0598aeed458b1d2e.tar.gz rockbox-d2041832cdb4296b31805dda0598aeed458b1d2e.tar.bz2 rockbox-d2041832cdb4296b31805dda0598aeed458b1d2e.tar.xz | |
Forgot to include sound.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6241 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/recorder/radio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c index fae01a7..128beae 100644 --- a/apps/recorder/radio.c +++ b/apps/recorder/radio.c @@ -50,6 +50,7 @@ #include "tuner.h" #include "hwcompat.h" #include "power.h" +#include "sound.h" #ifdef CONFIG_TUNER |