diff options
| -rw-r--r-- | apps/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c index 363e174..a1483c7 100644 --- a/apps/main.c +++ b/apps/main.c @@ -98,7 +98,9 @@ int main(void) #include "power.h" #include "talk.h" #include "plugin.h" +#ifdef CONFIG_TUNER #include "radio.h" +#endif /*#define AUTOROCK*/ /* define this to check for "autostart.rock" on boot */ |