From d4dbda64df423d3e5519b19eb5d6c26f98b222bf Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 17 Oct 2006 12:47:49 +0000 Subject: [PATCH] Avoid a gcc warning. --- ChangeLog | 4 ++++ lib/clean-temp.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8403d30ce3..3efa4c2ba3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +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. diff --git a/lib/clean-temp.c b/lib/clean-temp.c index 36a5294220..f3a0324518 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 -- 2.30.2