X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fstr_upper.c;h=627aa0b202ef480145354f7b7e33c60408f23b48;hb=2e2adfa5d7ac912434bef5b8a9b25cfb14d4a4a6;hp=2742cd4a82e72f449bb3455987732b8e05435bf7;hpb=03846211ba84582b133a985200502a39462dfe66;p=libucw.git diff --git a/lib/str_upper.c b/lib/str_upper.c index 2742cd4a..627aa0b2 100644 --- a/lib/str_upper.c +++ b/lib/str_upper.c @@ -1,13 +1,13 @@ /* * Sherlock Library -- Uppercase Map * - * (c) 1997 Martin Mares, + * (c) 1997 Martin Mares */ -#include "string.h" +#include "lib/chartype.h" unsigned char _c_upper[256] = { #define CHAR(code,upper,unacc,acc,cat) upper, -#include "charmap.h" +#include "lib/charmap.h" #undef CHAR };