summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index d69fbfc3aa..b18ccb0626 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -67,6 +67,8 @@
67#include "bmp.h" 67#include "bmp.h"
68#endif 68#endif
69 69
70#include "backdrop.h"
71
70#ifdef HAVE_REMOTE_LCD 72#ifdef HAVE_REMOTE_LCD
71#include "lcd-remote.h" 73#include "lcd-remote.h"
72#endif 74#endif
@@ -409,6 +411,10 @@ static const struct plugin_api rockbox_api = {
409 i2c_end, 411 i2c_end,
410 i2c_write, 412 i2c_write,
411#endif 413#endif
414
415 vsnprintf,
416 memchr,
417 load_main_backdrop
412}; 418};
413 419
414int plugin_load(const char* plugin, void* parameter) 420int plugin_load(const char* plugin, void* parameter)