From 41a007422d1ea595fe2b2d9a6a566a17f7f03c69 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 8 Mar 2015 14:04:35 -0500 Subject: tools/cpu/sh/sci.c: Add include of bsp.h to generated file --- tools/cpu/sh/sci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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 \n" ); fprintf( file, "#include \n\n" ); fprintf( file, "static struct sci_bitrate_t {\n" -- cgit v1.2.3