summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-10-15 22:10:55 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-10-15 22:10:55 +0000
commit4a5df8e8d178702d603bd7cd185525c7ff6a3064 (patch)
tree1712ddda7e9835a514c0966835489b6540912dbf /apps
parent8f8fbac1fddee1df554d6fe9f9ac344404257b82 (diff)
downloadrockbox-4a5df8e8d178702d603bd7cd185525c7ff6a3064.tar.gz
rockbox-4a5df8e8d178702d603bd7cd185525c7ff6a3064.zip
oops, I broke the player build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5290 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index 363e174d24..a1483c756d 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -98,7 +98,9 @@ int main(void)
98#include "power.h" 98#include "power.h"
99#include "talk.h" 99#include "talk.h"
100#include "plugin.h" 100#include "plugin.h"
101#ifdef CONFIG_TUNER
101#include "radio.h" 102#include "radio.h"
103#endif
102 104
103/*#define AUTOROCK*/ /* define this to check for "autostart.rock" on boot */ 105/*#define AUTOROCK*/ /* define this to check for "autostart.rock" on boot */
104 106