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 @@
31#include "mp3data.h" 31#include "mp3data.h"
32#include "powermgmt.h" 32#include "powermgmt.h"
33#include "splash.h" 33#include "splash.h"
34#include "logf.h"
34 35
35#ifdef CONFIG_CHARGING 36#ifdef CONFIG_CHARGING
36#include "power.h" 37#include "power.h"
@@ -417,7 +418,7 @@ static const struct plugin_api rockbox_api = {
417 debugf, 418 debugf,
418#endif 419#endif
419#ifdef ROCKBOX_HAS_LOGF 420#ifdef ROCKBOX_HAS_LOGF
420 logf, 421 _logf,
421#endif 422#endif
422 &global_settings, 423 &global_settings,
423 mp3info, 424 mp3info,