From 61ba39a23786a7ae9694705af1d146c00a319144 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sat, 5 Feb 2011 04:35:27 +0100 Subject: Getting rid of newlib, starting to implement a libc. Highly experimental, highly untested. --- os/src/fio.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os/src/fio.c') diff --git a/os/src/fio.c b/os/src/fio.c index 432f7e2..d579bf4 100644 --- a/os/src/fio.c +++ b/os/src/fio.c @@ -3,9 +3,11 @@ #include #include #include +#ifdef USE_NEWLIB #include #include #include +#endif #include "fio.h" #include "filesystem.h" #include "osdebug.h" -- cgit v1.2.3