diff options
author | Björn Stenberg <bjorn@haxx.se> | 2008-10-14 11:43:32 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2008-10-14 11:43:32 +0000 |
commit | 9cf024c5a8418b9d4850b718ab299863507312a6 (patch) | |
tree | 4f497d352a1918b9b99ac11bb4819fff151f21d4 /firmware/drivers/tuner/s1a0903x01.c | |
parent | 9558c4956d3d603c4d132af88633767810f3ba62 (diff) |
Red build fix: Moved PCM #defines from pcm_record.h to pcm.h. Added necessary #includes to statusbar.c and s1a0903x01.c.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18808 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/tuner/s1a0903x01.c')
-rw-r--r-- | firmware/drivers/tuner/s1a0903x01.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/drivers/tuner/s1a0903x01.c b/firmware/drivers/tuner/s1a0903x01.c index f6442b269f..d2d9de8cfe 100644 --- a/firmware/drivers/tuner/s1a0903x01.c +++ b/firmware/drivers/tuner/s1a0903x01.c @@ -27,6 +27,7 @@ #include "tuner.h" /* tuner abstraction interface */ #include "fmradio.h" /* physical interface driver */ #include "sound.h" +#include "mas.h" #define DEFAULT_IN1 0x100003 /* Mute */ #define DEFAULT_IN2 0x140884 /* 5kHz, 7.2MHz crystal */ |