X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Ftolower.c;h=9c975044ee79ffe9bb66c0c9ab697a2d979ffb55;hb=1d92ad2e62c2f12405aac4339af536591f721f6a;hp=84271e5f41f0def9761325b2420e2333c46cd259;hpb=0860307de69e9a3fe012afb5311465a5ff1f1186;p=libucw.git diff --git a/charset/tolower.c b/charset/tolower.c index 84271e5f..9c975044 100644 --- a/charset/tolower.c +++ b/charset/tolower.c @@ -1,8 +1,12 @@ /* * The UniCode Library -- Lowercase Table * - * (c) 1997 Martin Mares, + * (c) 1997 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ -#include "charset/unicode.h" +#include "ucw/lib.h" +#include "charset/unicat.h" #include "charset/U-lower.h"