[PATCH] [libbsp/shared] Fixed compiler warning - no previous prototype for 'bsp_fatal_extension'

Andreas Heinig andreas.heinig at cs.tu-dortmund.de
Tue Mar 19 11:04:26 UTC 2013


---
 c/src/lib/libbsp/shared/bspclean.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/c/src/lib/libbsp/shared/bspclean.c b/c/src/lib/libbsp/shared/bspclean.c
index 40955c6..b057aa2 100644
--- a/c/src/lib/libbsp/shared/bspclean.c
+++ b/c/src/lib/libbsp/shared/bspclean.c
@@ -11,6 +11,8 @@
 #include <bsp/bootcard.h>
 #include <rtems/bspIo.h>
 
+#include "include/default-initial-extension.h"
+
 void bsp_fatal_extension(
   rtems_fatal_source source,
   bool is_internal,
-- 
1.7.10.4




More information about the devel mailing list