diff --git a/cpukit/libcsupport/src/__assert.c b/cpukit/libcsupport/src/__assert.c index d29ea0b7e0..43ba422121 100644 --- a/cpukit/libcsupport/src/__assert.c +++ b/cpukit/libcsupport/src/__assert.c @@ -6,7 +6,7 @@ */ /* - * COPYRIGHT (c) 2007. + * COPYRIGHT (c) 2007-2013. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -22,6 +22,7 @@ #include #if defined(RTEMS_NEWLIB) && !defined(HAVE___ASSERT_FUNC) +#include /** * Newlib 1.16.0 added this method. Together these provide an