From 466e066ddbaf910ebd98a6fe2b0235eb6b22032c Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 11 Nov 2006 05:47:42 +0000 Subject: [PATCH] Trimmed a little too much from plugin.c :P git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11510 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 2 ++ 1 file changed, 2 insertions(+) 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 @@ #include #include #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