summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-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