Avoid a gcc warning.
authorBruno Haible <bruno@clisp.org>
Tue, 17 Oct 2006 12:47:49 +0000 (12:47 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 17 Oct 2006 12:47:49 +0000 (12:47 +0000)
ChangeLog
lib/clean-temp.c

index 8403d30..3efa4c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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.
 
 2006-10-16  Bruno Haible  <bruno@clisp.org>
index 36a5294..f3a0324 100644 (file)
@@ -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