changeset 38529:8a107701b119

copy-file: Fix build error on mingw. * modules/copy-file (Depends-on): Add 'close'.
author Bruno Haible <bruno@clisp.org>
date Mon, 01 May 2017 18:14:35 +0200
parents b27c3136239b
children d209db99ac8f
files ChangeLog modules/copy-file
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon May 01 17:40:15 2017 +0200
+++ b/ChangeLog	Mon May 01 18:14:35 2017 +0200
@@ -1,3 +1,8 @@
+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.
--- a/modules/copy-file	Mon May 01 17:40:15 2017 +0200
+++ b/modules/copy-file	Mon May 01 18:14:35 2017 +0200
@@ -9,6 +9,7 @@
 Depends-on:
 acl
 binary-io
+close
 error
 fstat
 full-write