From 91e4946f5352915c0213d9cb86f2d465fb90e35e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 11 Oct 2014 18:48:17 -0500 Subject: powerpc/shared/startup/pretaskinghook.c: Include --- 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 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 #include +#include #ifndef BSP_HAS_NO_VME #include #endif -- cgit v1.2.3