summaryrefslogtreecommitdiff
path: root/apps
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
parent8a82892e52127f50efaafaeda3ae841e8bbefe2d (diff)
downloadrockbox-466e066ddbaf910ebd98a6fe2b0235eb6b22032c.tar.gz
rockbox-466e066ddbaf910ebd98a6fe2b0235eb6b22032c.zip
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')
-rw-r--r--apps/plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 1fbae6284a..715a1bc2ab 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -22,6 +22,7 @@
22#include <sprintf.h> 22#include <sprintf.h>
23#include <atoi.h> 23#include <atoi.h>
24#include "debug.h" 24#include "debug.h"
25#include "i2c.h"
25#include "lang.h" 26#include "lang.h"
26#include "keyboard.h" 27#include "keyboard.h"
27#include "buffer.h" 28#include "buffer.h"
@@ -36,6 +37,7 @@
36#endif 37#endif
37 38
38#ifdef HAVE_LCD_BITMAP 39#ifdef HAVE_LCD_BITMAP
40#include "peakmeter.h"
39#include "bmp.h" 41#include "bmp.h"
40#include "bidi.h" 42#include "bidi.h"
41#endif 43#endif