added include of rtems.h so the proper macro definitions would be present.

This commit is contained in:
Joel Sherrill
1997-03-10 19:38:30 +00:00
parent 41c581549b
commit 1dc3500b21
3 changed files with 6 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
* $Id$ * $Id$
*/ */
#include <rtems.h>
#if defined(RTEMS_UNIXLIB) #if defined(RTEMS_UNIXLIB)
void libc_init(int reentrant) void libc_init(int reentrant)

View File

@@ -2,6 +2,8 @@
* $Id$ * $Id$
*/ */
#include <rtems.h>
#if defined(RTEMS_UNIXLIB) #if defined(RTEMS_UNIXLIB)
void libc_init(int reentrant) void libc_init(int reentrant)

View File

@@ -2,6 +2,8 @@
* $Id$ * $Id$
*/ */
#include <rtems.h>
#if defined(RTEMS_UNIXLIB) #if defined(RTEMS_UNIXLIB)
void libc_init(int reentrant) void libc_init(int reentrant)