summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extra/locale/gen_wc8bit.c2
-rw-r--r--extra/locale/gen_wctype.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/extra/locale/gen_wc8bit.c b/extra/locale/gen_wc8bit.c
index 8a6d47a11..510b4e25f 100644
--- a/extra/locale/gen_wc8bit.c
+++ b/extra/locale/gen_wc8bit.c
@@ -13,7 +13,7 @@
#ifndef _WCTYPE_H
#define _WCTYPE_H
#endif
-#include "../../libc/sysdeps/linux/common/bits/uClibc_ctype.h"
+#include <bits/uClibc_ctype.h>
/* #define CTYPE_PACKED */
diff --git a/extra/locale/gen_wctype.c b/extra/locale/gen_wctype.c
index e0df4e88c..72be49c40 100644
--- a/extra/locale/gen_wctype.c
+++ b/extra/locale/gen_wctype.c
@@ -20,7 +20,7 @@
#ifndef _WCTYPE_H
#define _WCTYPE_H
#endif
-#include "../../libc/sysdeps/linux/common/bits/uClibc_ctype.h"
+#include <bits/uClibc_ctype.h>
/* 0x9 : space blank */
/* 0xa : space */