]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix a warning.
authorBruno Haible <bruno@clisp.org>
Thu, 13 Jan 2005 12:14:01 +0000 (12:14 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:03 +0000 (12:12 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/csharpcomp.c

index 6a6f9a729064e901c6e960417be784fb42009391..c4802dbf6ddf497f2c0ffdf2ee96aac4237e3597 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-07  Bruno Haible  <bruno@clisp.org>
+
+       * csharpcomp.c: Include safe-read.h.
+
 2005-01-06  Bruno Haible  <bruno@clisp.org>
 
        * fwriteerror.h (fwriteerror): Change specification to include fclose.
index 2926e67e89367ccfe0f00e49f88c68b16554b68c..2e3ccf55c00f34d2244996097336db7e16839ec3 100644 (file)
@@ -1,5 +1,5 @@
 /* Compile a C# program.
-   Copyright (C) 2003-2004 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
@@ -34,6 +34,7 @@
 #include "wait-process.h"
 #include "getline.h"
 #include "sh-quote.h"
+#include "safe-read.h"
 #include "xallocsa.h"
 #include "error.h"
 #include "gettext.h"