diff --git a/newlib/libc/posix/collate.c b/newlib/libc/posix/collate.c index 8bb04ef0d..a2f62c978 100644 --- a/newlib/libc/posix/collate.c +++ b/newlib/libc/posix/collate.c @@ -28,13 +28,13 @@ #include #include "namespace.h" -#include +#include "rune.h" #include #include #include #include #include -#include +#include "sysexits.h" #include "un-namespace.h" #include "collate.h" diff --git a/newlib/libc/posix/rune.h b/newlib/libc/posix/rune.h index 6966d3375..888e6fb04 100644 --- a/newlib/libc/posix/rune.h +++ b/newlib/libc/posix/rune.h @@ -36,7 +36,7 @@ #ifndef _RUNE_H_ #define _RUNE_H_ -#include +#include "runetype.h" #include #define _PATH_LOCALE "/usr/share/locale" diff --git a/newlib/libc/time/gettzinfo.c b/newlib/libc/time/gettzinfo.c index 54c9bc2f0..c28e72f0a 100644 --- a/newlib/libc/time/gettzinfo.c +++ b/newlib/libc/time/gettzinfo.c @@ -1,5 +1,5 @@ #include -#include +#include "local.h" /* Shared timezone information for libc/time functions. */ static __tzinfo_type tzinfo = {1, 0,