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/romfs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os/src/romfs.c') diff --git a/os/src/romfs.c b/os/src/romfs.c index 2d11d96..df55f48 100644 --- a/os/src/romfs.c +++ b/os/src/romfs.c @@ -2,9 +2,11 @@ #include #include #include +#ifdef USE_NEWLIB #include #include #include +#endif #include "fio.h" #include "filesystem.h" #include "romfs.h" -- cgit v1.2.3