[rtems commit] newlibc_init.c: Fix missing prototype warnings

Joel Sherrill joel at rtems.org
Sun Sep 22 15:32:20 UTC 2013


Module:    rtems
Branch:    master
Commit:    f3a5d86fc914c4549792df980436a31c01f6038d
Changeset: http://git.rtems.org/rtems/commit/?id=f3a5d86fc914c4549792df980436a31c01f6038d

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Sun Sep 22 10:29:45 2013 -0500

newlibc_init.c: Fix missing prototype warnings

---

 cpukit/libcsupport/src/newlibc_init.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/cpukit/libcsupport/src/newlibc_init.c b/cpukit/libcsupport/src/newlibc_init.c
index 110f721..3caade2 100644
--- a/cpukit/libcsupport/src/newlibc_init.c
+++ b/cpukit/libcsupport/src/newlibc_init.c
@@ -23,6 +23,7 @@
 #endif
 
 #if defined(RTEMS_NEWLIB)
+#include <rtems/libcsupport.h>
 
 /**
  *  Init libc for CYGNUS newlib




More information about the vc mailing list