summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--modules/copy-file1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3257fa4c8a..c9b61469fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2017-05-01 Bruno Haible <bruno@clisp.org>
+ copy-file: Fix build error on mingw.
+ * modules/copy-file (Depends-on): Add 'close'.
+
+2017-05-01 Bruno Haible <bruno@clisp.org>
+
tzset: Work around TZ problem on native Windows.
* m4/tzset.m4 (gl_FUNC_TZSET): Require AC_CANONICAL_HOST. On native
Windows, set REPLACE_TZSET to 1.
diff --git a/modules/copy-file b/modules/copy-file
index e94a22ca3c..e1bda49733 100644
--- a/modules/copy-file
+++ b/modules/copy-file
@@ -9,6 +9,7 @@ m4/copy-file.m4
Depends-on:
acl
binary-io
+close
error
fstat
full-write