summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tcc780x/debug-tcc780x.c
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2014-03-03 19:09:41 +0100
committerThomas Martitz <kugel@rockbox.org>2014-03-03 19:10:48 +0100
commitc245de029dc0d2166bd1da0c0cff3795530187a1 (patch)
tree0716978eba578026a85e1fa00a25841eb14cc494 /firmware/target/arm/tcc780x/debug-tcc780x.c
parente5ce28ca094b719078e1783d0a9d5acc08b48d26 (diff)
downloadrockbox-c245de029dc0d2166bd1da0c0cff3795530187a1.tar.gz
rockbox-c245de029dc0d2166bd1da0c0cff3795530187a1.zip
Fix various reds. Some includes needed fixup.
Change-Id: I4327740bae17054131feb917abdd58846c451988
Diffstat (limited to 'firmware/target/arm/tcc780x/debug-tcc780x.c')
-rw-r--r--firmware/target/arm/tcc780x/debug-tcc780x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/tcc780x/debug-tcc780x.c b/firmware/target/arm/tcc780x/debug-tcc780x.c
index 658995a2de..fc03871c9c 100644
--- a/firmware/target/arm/tcc780x/debug-tcc780x.c
+++ b/firmware/target/arm/tcc780x/debug-tcc780x.c
@@ -24,6 +24,7 @@
24#include "config.h" 24#include "config.h"
25#include "cpu.h" 25#include "cpu.h"
26#include "system.h" 26#include "system.h"
27#include "kernel.h"
27#include "string.h" 28#include "string.h"
28#include "button.h" 29#include "button.h"
29#include "lcd.h" 30#include "lcd.h"