summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-09-22 10:06:15 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-09-22 10:06:15 -0500
commite0e2615e2926b266f805e3f1c8eb5c058e30b66f (patch)
treefc212843c310cc97c19e95d3c4d0c0aada1ea2bc
parentissetugid.c: Fix missing prototype warnings (diff)
downloadrtems-e0e2615e2926b266f805e3f1c8eb5c058e30b66f.tar.bz2
__assert.c: Fix missing prototype warnings
-rw-r--r--cpukit/libcsupport/src/__assert.c3
1 files changed, 2 insertions, 1 deletions
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 <rtems.h>
#if defined(RTEMS_NEWLIB) && !defined(HAVE___ASSERT_FUNC)
+#include <assert.h>
/**
* Newlib 1.16.0 added this method. Together these provide an