projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fe8522
)
Avoid a gcc warning.
author
Bruno Haible
<bruno@clisp.org>
Tue, 17 Oct 2006 12:47:49 +0000
(12:47 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Tue, 17 Oct 2006 12:47:49 +0000
(12:47 +0000)
ChangeLog
patch
|
blob
|
history
lib/clean-temp.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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.
diff --git
a/lib/clean-temp.c
b/lib/clean-temp.c
index 36a529422025e2cc2594d1b154c783f0a88bfd09..f3a0324518070acee69d27afc240759b9d1f74a1 100644
(file)
--- 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