X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=charset%2Funaccent.c;h=a5083e91a0d1ee8b960930f7f4d3eb8dac918e8c;hb=beb9738f1fbcba84bc0f09f742fb66b1ddfcf349;hp=3ccdbe7fa2a0556e4a7fe7fd303928c42d1e6521;hpb=0860307de69e9a3fe012afb5311465a5ff1f1186;p=libucw.git diff --git a/charset/unaccent.c b/charset/unaccent.c index 3ccdbe7f..a5083e91 100644 --- a/charset/unaccent.c +++ b/charset/unaccent.c @@ -1,8 +1,12 @@ /* * The UniCode Library -- Unaccenting 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 "lib/lib.h" +#include "charset/unicat.h" #include "charset/U-unacc.h"