From: <zw...@ma...> - 2009-05-12 09:13:16
|
Author: zwelch Date: 2009-05-12 09:13:12 +0200 (Tue, 12 May 2009) New Revision: 1755 Modified: trunk/src/jtag/rlink/rlink_speed_table.c Log: Include config.h in pregenerated rlink_speed_table.c source. Modified: trunk/src/jtag/rlink/rlink_speed_table.c =================================================================== --- trunk/src/jtag/rlink/rlink_speed_table.c 2009-05-12 07:12:10 UTC (rev 1754) +++ trunk/src/jtag/rlink/rlink_speed_table.c 2009-05-12 07:13:12 UTC (rev 1755) @@ -1,4 +1,7 @@ /* This file was created automatically by ../../../tools/rlink_make_speed_table/rlink_make_speed_table.pl. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "rlink.h" #include "st7.h" |