summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-02-09 14:23:35 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-02-09 14:23:35 +0000
commit2b25e54ace37d5fe4d54a8c1beb71ce110666e16 (patch)
tree1bd4b41e1be6dbbdd47a348d4bb5a7dbd684d9c5 /apps/plugin.c
parent40e9e4123641443eecda5f68af22e8336f830532 (diff)
downloadrockbox-2b25e54ace37d5fe4d54a8c1beb71ce110666e16.tar.gz
rockbox-2b25e54ace37d5fe4d54a8c1beb71ce110666e16.zip
Fixed broken sim build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5872 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 002f8568b9..f7458b71b2 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -43,6 +43,7 @@
43#include "talk.h" 43#include "talk.h"
44#include "mp3data.h" 44#include "mp3data.h"
45#include "powermgmt.h" 45#include "powermgmt.h"
46#include "system.h"
46 47
47#ifdef HAVE_LCD_BITMAP 48#ifdef HAVE_LCD_BITMAP
48#include "peakmeter.h" 49#include "peakmeter.h"