diff options
Diffstat (limited to 'firmware/debug.c')
| -rw-r--r-- | firmware/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/debug.c b/firmware/debug.c index 6b638c1..f6d93a3 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 */ |