From: Bruno Haible Date: Tue, 17 Oct 2006 12:47:49 +0000 (+0000) Subject: Avoid a gcc warning. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4dbda64df423d3e5519b19eb5d6c26f98b222bf;p=pspp Avoid a gcc warning. --- 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