diff lib/clean-temp.c @ 7513:f53946778c11

Avoid a gcc warning.
author Bruno Haible <bruno@clisp.org>
date Tue, 17 Oct 2006 12:47:49 +0000
parents fd5a9db5be5b
children 4a8b5467d8b2
line wrap: on
line diff
--- a/lib/clean-temp.c	Tue Oct 17 12:45:34 2006 +0000
+++ b/lib/clean-temp.c	Tue Oct 17 12:47:49 2006 +0000
@@ -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