From: Bruno Haible Date: Mon, 19 Sep 2005 16:02:13 +0000 (+0000) Subject: Add a necessary include. X-Git-Tag: v0.15~403 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b6efdd2ff41c97fcf1e65fc42752943eb58c0f8;p=thirdparty%2Fgettext.git Add a necessary include. --- diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 0957828ba..0a00cbfd8 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,7 @@ +2005-09-14 Bruno Haible + + * x-csharp.c: Include xerror.h. + 2005-09-11 Bruno Haible * user-email.sh.in: Add support for Mozilla Thunderbird and GNOME diff --git a/gettext-tools/src/x-csharp.c b/gettext-tools/src/x-csharp.c index f08629257..eb433f39d 100644 --- a/gettext-tools/src/x-csharp.c +++ b/gettext-tools/src/x-csharp.c @@ -1,5 +1,5 @@ /* xgettext C# backend. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2005 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software; you can redistribute it and/or modify @@ -33,6 +33,7 @@ #include "error.h" #include "error-progname.h" #include "xalloc.h" +#include "xerror.h" #include "exit.h" #include "hash.h" #include "po-charset.h"