From: Bruno Haible Date: Sat, 1 Sep 2007 21:22:06 +0000 (+0000) Subject: Include uniwidth.h. linebreak.h no longer declares uc_width(). X-Git-Tag: v0.17~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8a9a82da3075fb0b93eb8212625d5b794aeb203;p=thirdparty%2Fgettext.git Include uniwidth.h. linebreak.h no longer declares uc_width(). --- diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 13f0cab90..439de2c0b 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,7 @@ +2007-09-01 Bruno Haible + + * po-lex.c: Include uniwidth.h. + 2007-06-19 Bruno Haible * x-c.c (phase8_get): Call free_token, so that the reference to diff --git a/gettext-tools/src/po-lex.c b/gettext-tools/src/po-lex.c index 73459be1f..7c8ae8464 100644 --- a/gettext-tools/src/po-lex.c +++ b/gettext-tools/src/po-lex.c @@ -39,6 +39,7 @@ #include "c-ctype.h" #include "linebreak.h" +#include "uniwidth.h" #include "gettext.h" #include "po-charset.h" #include "xalloc.h"