From: Bruno Haible Date: Tue, 17 Oct 2006 12:47:49 +0000 (+0000) Subject: Avoid a gcc warning. X-Git-Tag: cvs-readonly~1705 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=d4dbda64df423d3e5519b19eb5d6c26f98b222bf;p=gnulib.git Avoid a gcc warning. --- diff --git a/ChangeLog b/ChangeLog index 8403d30ce..3efa4c2ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-10-16 Bruno Haible + * lib/clean-temp.c: Include fwriteerror.h. + +2006-10-16 Bruno Haible + * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack. 2006-10-16 Bruno Haible diff --git a/lib/clean-temp.c b/lib/clean-temp.c index 36a529422..f3a032451 100644 --- a/lib/clean-temp.c +++ b/lib/clean-temp.c @@ -39,6 +39,9 @@ #include "xallocsa.h" #include "gl_linkedhash_list.h" #include "gettext.h" +#if GNULIB_FWRITEERROR +# include "fwriteerror.h" +#endif #if GNULIB_CLOSE_STREAM # include "close-stream.h" #endif