diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-02-09 14:23:35 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-02-09 14:23:35 +0000 |
| commit | 2b25e54ace37d5fe4d54a8c1beb71ce110666e16 (patch) | |
| tree | 1bd4b41e1be6dbbdd47a348d4bb5a7dbd684d9c5 /apps/plugin.c | |
| parent | 40e9e4123641443eecda5f68af22e8336f830532 (diff) | |
| download | rockbox-2b25e54ace37d5fe4d54a8c1beb71ce110666e16.zip rockbox-2b25e54ace37d5fe4d54a8c1beb71ce110666e16.tar.gz rockbox-2b25e54ace37d5fe4d54a8c1beb71ce110666e16.tar.bz2 rockbox-2b25e54ace37d5fe4d54a8c1beb71ce110666e16.tar.xz | |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 002f856..f7458b7 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -43,6 +43,7 @@ #include "talk.h" #include "mp3data.h" #include "powermgmt.h" +#include "system.h" #ifdef HAVE_LCD_BITMAP #include "peakmeter.h" |