From: Bruno Haible Date: Fri, 11 Jan 2002 14:50:39 +0000 (+0000) Subject: Forgot an include file. X-Git-Tag: v0.11~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a54338bf5042f152d1dbbf366e7471638b90a7a;p=thirdparty%2Fgettext.git Forgot an include file. --- diff --git a/src/ChangeLog b/src/ChangeLog index 1ac1345f7..220aa191a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-01-11 Bruno Haible + + * write-po.c: Include po-charset.h. + 2002-01-11 Bruno Haible * msgfmt.c (install_sigfpe_handler, uninstall_sigfpe_handler): On AIX, diff --git a/src/write-po.c b/src/write-po.c index 6bb6f59b5..43a32ae30 100644 --- a/src/write-po.c +++ b/src/write-po.c @@ -36,6 +36,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #endif #include "c-ctype.h" +#include "po-charset.h" #include "linebreak.h" #include "msgl-ascii.h" #include "xmalloc.h"