summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-13 22:10:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-13 22:10:45 +0000
commitc629812c017addfdcbdf752637ab54e34a874b3b (patch)
treeae0680d199ddce9980adc6ee747474974e7bd4c5 /c/src/lib/libbsp/shared
parentWarning removal patch from Philip A. Prindeville <philipp@zembu.com>. (diff)
downloadrtems-c629812c017addfdcbdf752637ab54e34a874b3b.tar.bz2
Removed warnings.
Diffstat (limited to 'c/src/lib/libbsp/shared')
-rw-r--r--c/src/lib/libbsp/shared/bootcard.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/shared/bootcard.c b/c/src/lib/libbsp/shared/bootcard.c
index 7ed764609f..c83b3f0b4c 100644
--- a/c/src/lib/libbsp/shared/bootcard.c
+++ b/c/src/lib/libbsp/shared/bootcard.c
@@ -18,6 +18,10 @@
#include <bsp.h>
+#ifdef USE_INIT_FINI
+#include <stdlib.h> /* for atexit() */
+#endif
+
extern void bsp_start( void );
extern void bsp_cleanup( void );