]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add a necessary include.
authorBruno Haible <bruno@clisp.org>
Mon, 19 Sep 2005 16:02:13 +0000 (16:02 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:50 +0000 (12:12 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/x-csharp.c

index 0957828baf42a8f51c92d471098f35ad162acccd..0a00cbfd83e20679c6d82940ced9dbe71adbec79 100644 (file)
@@ -1,3 +1,7 @@
+2005-09-14  Bruno Haible  <bruno@clisp.org>
+
+       * x-csharp.c: Include xerror.h.
+
 2005-09-11  Bruno Haible  <bruno@clisp.org>
 
        * user-email.sh.in: Add support for Mozilla Thunderbird and GNOME
index f08629257a3b5e46b53331c727e3b315a21cdf44..eb433f39d2b4d0dd9c7b4a3cd977785f8439a0a9 100644 (file)
@@ -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 <bruno@clisp.org>, 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"