diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-25 00:07:28 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-25 00:07:28 +0000 |
commit | e1ae525bd8de2232d091aafb055b48d13a7c03a9 (patch) | |
tree | 6c004ea2c393cecc0b8dfcb18e29d52ddbb093b6 /extra/locale/gen_wc8bit.c | |
parent | 92430836ea09f9b7278542b87426c8ceb0aa0864 (diff) |
locales prepared for new build system, will allow to autobuild locales, not only use the pregenerated ones
Diffstat (limited to 'extra/locale/gen_wc8bit.c')
-rw-r--r-- | extra/locale/gen_wc8bit.c | 2 |
1 files changed, 1 insertions, 1 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 */ |