summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 51e071020a..f78644f73b 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -43,6 +43,7 @@
43#include "backlight.h" 43#include "backlight.h"
44#include "ata.h" 44#include "ata.h"
45#include "talk.h" 45#include "talk.h"
46#include "sound_menu.h"
46#include "mp3data.h" 47#include "mp3data.h"
47#include "powermgmt.h" 48#include "powermgmt.h"
48#include "system.h" 49#include "system.h"
@@ -401,7 +402,7 @@ static const struct plugin_api rockbox_api = {
401 402
402 /* new stuff at the end, sort into place next time 403 /* new stuff at the end, sort into place next time
403 the API gets incompatible */ 404 the API gets incompatible */
404 405 set_sound,
405}; 406};
406 407
407int plugin_load(const char* plugin, void* parameter) 408int plugin_load(const char* plugin, void* parameter)