aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--newlib/libc/posix/collate.c4
-rw-r--r--newlib/libc/posix/rune.h2
-rw-r--r--newlib/libc/time/gettzinfo.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/newlib/libc/posix/collate.c b/newlib/libc/posix/collate.c
index 8bb04ef..a2f62c9 100644
--- a/newlib/libc/posix/collate.c
+++ b/newlib/libc/posix/collate.c
@@ -28,13 +28,13 @@
#include <sys/cdefs.h>
#include "namespace.h"
-#include <rune.h>
+#include "rune.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>
-#include <sysexits.h>
+#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 6966d33..888e6fb 100644
--- a/newlib/libc/posix/rune.h
+++ b/newlib/libc/posix/rune.h
@@ -36,7 +36,7 @@
#ifndef _RUNE_H_
#define _RUNE_H_
-#include <runetype.h>
+#include "runetype.h"
#include <stdio.h>
#define _PATH_LOCALE "/usr/share/locale"
diff --git a/newlib/libc/time/gettzinfo.c b/newlib/libc/time/gettzinfo.c
index 54c9bc2..c28e72f 100644
--- a/newlib/libc/time/gettzinfo.c
+++ b/newlib/libc/time/gettzinfo.c
@@ -1,5 +1,5 @@
#include <sys/types.h>
-#include <local.h>
+#include "local.h"
/* Shared timezone information for libc/time functions. */
static __tzinfo_type tzinfo = {1, 0,