From e0e2615e2926b266f805e3f1c8eb5c058e30b66f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 22 Sep 2013 10:06:15 -0500 Subject: __assert.c: Fix missing prototype warnings --- cpukit/libcsupport/src/__assert.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3