X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fctype%2Ftowctrans.c;h=8f6810184e08c1430aa9d652fbcf4c18fb037499;hb=e97681d6f2c44bf5fa9ecdd30607cb63c780062e;hp=12355af18c06dc2d1f271f56cfaf9985a58c8378;hpb=54941eddfd9cf2b40e489258e2fbf4bd1c90311e;p=musl diff --git a/src/ctype/towctrans.c b/src/ctype/towctrans.c index 12355af1..8f681018 100644 --- a/src/ctype/towctrans.c +++ b/src/ctype/towctrans.c @@ -1,6 +1,6 @@ #include +#include #include -#include "libc.h" #define CASEMAP(u1,u2,l) { (u1), (l)-(u1), (u2)-(u1)+1 } #define CASELACE(u1,u2) CASEMAP((u1),(u2),(u1)+1)