]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Include uniwidth.h. linebreak.h no longer declares uc_width().
authorBruno Haible <bruno@clisp.org>
Sat, 1 Sep 2007 21:22:06 +0000 (21:22 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:02 +0000 (12:15 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/po-lex.c

index 13f0cab90b0712ea965b0129fe226a5117f2c7d5..439de2c0b470c26fd737fb7365914821cbe6b651 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-01  Bruno Haible  <bruno@clisp.org>
+
+       * po-lex.c: Include uniwidth.h.
+
 2007-06-19  Bruno Haible  <bruno@clisp.org>
 
        * x-c.c (phase8_get): Call free_token, so that the reference to
index 73459be1fda321a52ed42decd88f29d560709ea9..7c8ae8464706fe9a8720e9c6fb6dc640e984f8be 100644 (file)
@@ -39,6 +39,7 @@
 
 #include "c-ctype.h"
 #include "linebreak.h"
+#include "uniwidth.h"
 #include "gettext.h"
 #include "po-charset.h"
 #include "xalloc.h"