From 77dfff5a5524e0a9d3ae54d8bb61d3c01e6082bb Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Thu, 6 May 2010 21:37:03 +0000 Subject: Fix some more snprintf related warnings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25853 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/tcc780x/debug-tcc780x.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/target/arm/tcc780x/debug-tcc780x.c') diff --git a/firmware/target/arm/tcc780x/debug-tcc780x.c b/firmware/target/arm/tcc780x/debug-tcc780x.c index 11d6d2acab..3afc5fafab 100644 --- a/firmware/target/arm/tcc780x/debug-tcc780x.c +++ b/firmware/target/arm/tcc780x/debug-tcc780x.c @@ -19,11 +19,12 @@ * ****************************************************************************/ +#include +#include #include "config.h" #include "cpu.h" #include "system.h" #include "string.h" -#include #include "button.h" #include "lcd.h" #include "font.h" -- cgit v1.2.3