X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charset%2Ftolower.c;h=88389f8a877cb61d5e350a98db35e714f1fab837;hb=8ea532bfd73db1b23d444dac3ebb2581a013a90a;hp=84271e5f41f0def9761325b2420e2333c46cd259;hpb=0860307de69e9a3fe012afb5311465a5ff1f1186;p=libucw.git diff --git a/charset/tolower.c b/charset/tolower.c index 84271e5f..88389f8a 100644 --- a/charset/tolower.c +++ b/charset/tolower.c @@ -1,8 +1,9 @@ /* * The UniCode Library -- Lowercase Table * - * (c) 1997 Martin Mares, + * (c) 1997 Martin Mares */ +#include "lib/lib.h" #include "charset/unicode.h" #include "charset/U-lower.h"