summaryrefslogtreecommitdiff
path: root/firmware/target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c
diff options
context:
space:
mode:
authorBoris Gjenero <dreamlayers@rockbox.org>2011-12-21 18:02:50 +0000
committerBoris Gjenero <dreamlayers@rockbox.org>2011-12-21 18:02:50 +0000
commit6c97145e7d28d380bf2a7952604c84c4c5721f51 (patch)
tree33c8cc306db10c2a69945f68934eb6aaccd16d79 /firmware/target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c
parent14c2e677fd3c23ce7ae633b04dc64973c07a4479 (diff)
downloadrockbox-6c97145e7d28d380bf2a7952604c84c4c5721f51.tar.gz
rockbox-6c97145e7d28d380bf2a7952604c84c4c5721f51.zip
Add missing includes found using -Wmissing-declarations.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31396 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c')
-rw-r--r--firmware/target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c b/firmware/target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c
index 3ace8e791d..258b2052a6 100644
--- a/firmware/target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c
+++ b/firmware/target/arm/at91sam/lyre_proto1/lcd-lyre_proto1.c
@@ -19,6 +19,8 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#include "lcd.h"
23
22/* Update the display. 24/* Update the display.
23 This must be called after all other LCD functions that change the display */ 25 This must be called after all other LCD functions that change the display */
24void lcd_update(void) 26void lcd_update(void)