summaryrefslogtreecommitdiffstats
path: root/firmware/export/audio.h
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2008-12-09 20:48:04 +0000
committerNils Wallménius <nils@rockbox.org>2008-12-09 20:48:04 +0000
commit65f61d6cce4a5d3b52860d38a922b01fcddc70cd (patch)
tree03f8167279828845dcd4923d8184bc58d0e165da /firmware/export/audio.h
parenta13c16271911be641539cace3ea5ea0c1440eeaf (diff)
downloadrockbox-65f61d6cce4a5d3b52860d38a922b01fcddc70cd.tar.gz
rockbox-65f61d6cce4a5d3b52860d38a922b01fcddc70cd.zip
FS#9609 FM radio support for the Gigabeat S, seeking/scanning is not yet
implemented but manual tuning works nicely. Thanks to Rafaël Carré, Bertrik Sikken and Robert Menes for suggestions and debugging help. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19372 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/audio.h')
-rw-r--r--firmware/export/audio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/audio.h b/firmware/export/audio.h
index 661247df2f..4f9ef1a4e1 100644
--- a/firmware/export/audio.h
+++ b/firmware/export/audio.h
@@ -23,6 +23,7 @@
#include <stdbool.h>
#include <sys/types.h>
+#include "config.h"
/* These must always be included with audio.h for this to compile under
cetain conditions. Do it here or else spread the complication around to
many files. */