From: Bruno Haible Date: Thu, 13 Jan 2005 12:14:01 +0000 (+0000) Subject: Fix a warning. X-Git-Tag: v0.14.2~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf1aad92df96fd6bd5c7370b803463434d1d2165;p=thirdparty%2Fgettext.git Fix a warning. --- diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog index 6a6f9a729..c4802dbf6 100644 --- a/gettext-tools/lib/ChangeLog +++ b/gettext-tools/lib/ChangeLog @@ -1,3 +1,7 @@ +2005-01-07 Bruno Haible + + * csharpcomp.c: Include safe-read.h. + 2005-01-06 Bruno Haible * fwriteerror.h (fwriteerror): Change specification to include fclose. diff --git a/gettext-tools/lib/csharpcomp.c b/gettext-tools/lib/csharpcomp.c index 2926e67e8..2e3ccf55c 100644 --- a/gettext-tools/lib/csharpcomp.c +++ b/gettext-tools/lib/csharpcomp.c @@ -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 , 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"