1
0
Fork 0
forked from len0rd/rockbox

Fix r31311 red and yellow.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31312 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2011-12-15 23:24:35 +00:00
parent 62facd1ff2
commit 71bb87e3fc
5 changed files with 10 additions and 1 deletions

View file

@ -18,6 +18,9 @@
* KIND, either express or implied.
*
****************************************************************************/
#ifdef BOOTLOADER
#include <string.h> /* memset */
#endif
#include "config.h"
#include "system.h"
#include "lcd.h"

View file

@ -24,6 +24,7 @@
#include "lcd.h"
#include "lcd-target.h"
extern bool lcd_active(void);
extern void lcd_set_active(bool active);
#if defined(HAVE_LCD_ENABLE) || defined(HAVE_LCD_SLEEP)

View file

@ -27,6 +27,7 @@
#include "lcd.h"
#include "lcd-target.h"
extern bool lcd_active(void);
extern void lcd_set_active(bool active);
/* Power and display status */