summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/lib/libbsp/powerpc/shared/startup/pretaskinghook.c7
1 files 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 a0030b16cc..dbdf80e758 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