summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/newlibif.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-22 19:17:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-22 19:17:09 +0000
commitb1459dc199ffbaf93c9da017714935d25ac157b5 (patch)
tree1cc5499e9c603de27d3f7849020bbdf88c2eca6c /c/src/lib/libc/newlibif.c
parentFixed iop/memory leak bug reported by Dan Dickey. (diff)
downloadrtems-b1459dc199ffbaf93c9da017714935d25ac157b5.tar.bz2
Moved reentrant wrappers into their own file.
Diffstat (limited to 'c/src/lib/libc/newlibif.c')
-rw-r--r--c/src/lib/libc/newlibif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/lib/libc/newlibif.c b/c/src/lib/libc/newlibif.c
index a7370cda47..ac9781ab58 100644
--- a/c/src/lib/libc/newlibif.c
+++ b/c/src/lib/libc/newlibif.c
@@ -16,6 +16,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
+#include <reent.h>
#include <termios.h>