[PATCH 18/23] powerpc/shared/startup/pretaskinghook.c: Include <bsp/bootcard.h>
Joel Sherrill
joel.sherrill at oarcorp.com
Mon Oct 13 14:18:25 UTC 2014
---
c/src/lib/libbsp/powerpc/shared/startup/pretaskinghook.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/c/src/lib/libbsp/powerpc/shared/startup/pretaskinghook.c b/c/src/lib/libbsp/powerpc/shared/startup/pretaskinghook.c
index a0030b1..dbdf80e 100644
--- a/c/src/lib/libbsp/powerpc/shared/startup/pretaskinghook.c
+++ b/c/src/lib/libbsp/powerpc/shared/startup/pretaskinghook.c
@@ -1,8 +1,10 @@
/*
* bsp_pretasking_hook().
* Initializes the heap, libc and VME.
- *
- * COPYRIGHT (c) 1989-1998.
+ */
+
+/*
+ * COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -16,6 +18,7 @@
#include <string.h>
#include <bsp.h>
+#include <bsp/bootcard.h>
#ifndef BSP_HAS_NO_VME
#include <bsp/VME.h>
#endif
--
1.9.3
More information about the devel
mailing list