From 65758d9c1104031130194fcf38d3db497fdfac88 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 1 May 2017 18:14:35 +0200 Subject: [PATCH] copy-file: Fix build error on mingw. * modules/copy-file (Depends-on): Add 'close'. --- ChangeLog | 5 +++++ modules/copy-file | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3257fa4c8a..c9b61469fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-05-01 Bruno Haible + + copy-file: Fix build error on mingw. + * modules/copy-file (Depends-on): Add 'close'. + 2017-05-01 Bruno Haible tzset: Work around TZ problem on native Windows. 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 -- 2.39.5