From fa379b086cc743aa7682fc247998f67c594d741b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 15 Jul 2008 22:22:09 +0000 Subject: 2008-07-15 Joel Sherrill * bootcard.c: Must include bsp.h or bspopts.h or we cannot know if boot_card() handles RAM allocation. --- c/src/lib/libbsp/shared/bootcard.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/shared/bootcard.c') diff --git a/c/src/lib/libbsp/shared/bootcard.c b/c/src/lib/libbsp/shared/bootcard.c index e1d608229d..e52ddf869c 100644 --- a/c/src/lib/libbsp/shared/bootcard.c +++ b/c/src/lib/libbsp/shared/bootcard.c @@ -48,12 +48,13 @@ #include +#include /* for BSP_BOOTCARD_HANDLES_RAM_ALLOCATION */ + /* * Since there is a forward reference */ char *rtems_progname; - /* * Prototypes of external routines */ -- cgit v1.2.3