From e15f8a21a971920558a6f463586b16a0ee49ad79 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 3 May 2008 08:35:14 +0000 Subject: Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17312 a1c6a512-1295-4272-9138-f99709370657 --- firmware/debug.c | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/debug.c') diff --git a/firmware/debug.c b/firmware/debug.c index 6b638c18c2..f6d93a378d 100644 --- a/firmware/debug.c +++ b/firmware/debug.c @@ -36,6 +36,7 @@ static char debugbuf[400]; #ifndef SIMULATOR /* allow non archos platforms to display output */ #include "kernel.h" #include "system.h" +#include "debug.h" #ifdef DEBUG #if CONFIG_CPU == SH7034 /* these are still very SH-oriented */ -- cgit