summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2006-11-11 05:47:42 +0000
committerMichael Sevakis <jethead71@rockbox.org>2006-11-11 05:47:42 +0000
commit466e066ddbaf910ebd98a6fe2b0235eb6b22032c (patch)
tree4bad597172fc13fb314c5989fa04411edb70d3c3 /apps/plugin.c
parent8a82892e52127f50efaafaeda3ae841e8bbefe2d (diff)
downloadrockbox-466e066ddbaf910ebd98a6fe2b0235eb6b22032c.zip
rockbox-466e066ddbaf910ebd98a6fe2b0235eb6b22032c.tar.gz
rockbox-466e066ddbaf910ebd98a6fe2b0235eb6b22032c.tar.bz2
rockbox-466e066ddbaf910ebd98a6fe2b0235eb6b22032c.tar.xz
Trimmed a little too much from plugin.c :P
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11510 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 1fbae62..715a1bc 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -22,6 +22,7 @@
#include <sprintf.h>
#include <atoi.h>
#include "debug.h"
+#include "i2c.h"
#include "lang.h"
#include "keyboard.h"
#include "buffer.h"
@@ -36,6 +37,7 @@
#endif
#ifdef HAVE_LCD_BITMAP
+#include "peakmeter.h"
#include "bmp.h"
#include "bidi.h"
#endif