summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 715a1bc2ab..0d9635b88e 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -31,6 +31,7 @@
#include "mp3data.h"
#include "powermgmt.h"
#include "splash.h"
+#include "logf.h"
#ifdef CONFIG_CHARGING
#include "power.h"
@@ -417,7 +418,7 @@ static const struct plugin_api rockbox_api = {
debugf,
#endif
#ifdef ROCKBOX_HAS_LOGF
- logf,
+ _logf,
#endif
&global_settings,
mp3info,