summaryrefslogtreecommitdiffstats
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 d6be594d07..2c2f9ac854 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -54,6 +54,7 @@
#include "rolo.h"
#include "screens.h"
#include "power.h"
+#include "talk.h"
char appsversion[]=APPSVERSION;
@@ -208,6 +209,7 @@ void init(void)
global_settings.avc,
global_settings.channel_config );
mpeg_init();
+ talk_init();
/* no auto-rolo on startup any more, but I leave it here for reference */
#if 0