diff options
author | Roland McGrath <roland@gnu.org> | 1996-03-28 17:19:40 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-03-28 17:19:40 +0000 |
commit | 43efc1033385fe355baffb0592d90653aeb47fd2 (patch) | |
tree | 39bb756a868a4fdca95725c7870488262206a065 /wctype/wctrans.c | |
parent | Thu Mar 28 03:00:43 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu> (diff) | |
download | glibc-43efc1033385fe355baffb0592d90653aeb47fd2.tar.gz glibc-43efc1033385fe355baffb0592d90653aeb47fd2.tar.bz2 glibc-43efc1033385fe355baffb0592d90653aeb47fd2.zip |
Thu Mar 28 11:53:26 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu>
* wctype/cname-lookup.h: Find localeinfo.h in ../locale.
* wctype/wctype.c: Likewise.
* wctype/wctrans.c: Likewise.
Diffstat (limited to 'wctype/wctrans.c')
-rw-r--r-- | wctype/wctrans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wctype/wctrans.c b/wctype/wctrans.c index afe47a915d..5c855d0b9b 100644 --- a/wctype/wctrans.c +++ b/wctype/wctrans.c @@ -20,7 +20,7 @@ Boston, MA 02111-1307, USA. */ #include <ctype.h> #include <string.h> #include <wctype.h> -#include "localeinfo.h" +#include "../locale/localeinfo.h" wctrans_t wctrans (const char *property) |