summaryrefslogtreecommitdiffstats
path: root/tools/cpu/sh/sci.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpu/sh/sci.c')
-rw-r--r--tools/cpu/sh/sci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cpu/sh/sci.c b/tools/cpu/sh/sci.c
index bc7fdd83a8..a092bce9ae 100644
--- a/tools/cpu/sh/sci.c
+++ b/tools/cpu/sh/sci.c
@@ -117,6 +117,7 @@ int shgen_gensci(
" * Hitachi's HW manual recommends bitrates with an error less than 1%%\n"
" * We experienced values less than 2%% to be stable\n"
" */\n\n" );
+ fprintf( file, "#include <bsp.h>\n" );
fprintf( file, "#include <termios.h>\n\n" );
fprintf( file,
"static struct sci_bitrate_t {\n"