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 8403d30ce3c4829311e45e7c71b7ead8bd5578e8..3efa4c2ba3748347439dc7ed87e23dd82a00ade8 100644 (file)
--- 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.
index 36a529422025e2cc2594d1b154c783f0a88bfd09..f3a0324518070acee69d27afc240759b9d1f74a1 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