diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-29 04:58:33 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-29 04:58:33 +0000 |
commit | b35b4c45dd217eb811a66a4b2a34a436fc4813bc (patch) | |
tree | c411fcd3ecb626d2ee4b224c307fa23951545c0c | |
parent | 7d5da69a273938190e19dcef4a634f502b868030 (diff) | |
download | uClibc-alpine-b35b4c45dd217eb811a66a4b2a34a436fc4813bc.tar.bz2 uClibc-alpine-b35b4c45dd217eb811a66a4b2a34a436fc4813bc.tar.xz |
You !$#$ piece of crap.
-rw-r--r-- | extra/locale/gen_wc8bit.c | 2 | ||||
-rw-r--r-- | extra/locale/gen_wctype.c | 2 |
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 */ |