changeset 7513:f53946778c11

Avoid a gcc warning.
author Bruno Haible <bruno@clisp.org>
date Tue, 17 Oct 2006 12:47:49 +0000
parents ae3701c519c9
children 9984a0d28570
files ChangeLog lib/clean-temp.c
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-16  Bruno Haible  <bruno@clisp.org>
+
+	* lib/clean-temp.c: Include fwriteerror.h.
+
 2006-10-16  Bruno Haible  <bruno@clisp.org>
 
 	* getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
--- 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