summaryrefslogtreecommitdiff
path: root/modules/stat-time-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-11-26 22:13:20 +0100
committerBruno Haible <bruno@clisp.org>2020-11-26 22:13:20 +0100
commit90e79512d8b385801218d6e9c4d88ff77186560b (patch)
treee2803bc28355c888313b8aaa1d6f9c7d43b89fe2 /modules/stat-time-tests
parenta6d9eef5cacdc110bc3f03d379dff52434048e8e (diff)
downloadgnulib-90e79512d8b385801218d6e9c4d88ff77186560b.tar.gz
Fix dependencies of modules that use '_exit' on native Windows.
Reported by Jim Meyering in <https://lists.gnu.org/archive/html/bug-gnulib/2020-11/msg00159.html>. * modules/_Exit (Depends-on): Add unistd. * modules/closein (Depends-on): Likewise. * modules/closeout (Depends-on): Likewise. * modules/forkpty (Depends-on): Likewise. * modules/posix_spawn-internal (Depends-on): Likewise. * modules/savewd (Depends-on): Likewise. * modules/stat-time-tests (Depends-on): Likewise.
Diffstat (limited to 'modules/stat-time-tests')
-rw-r--r--modules/stat-time-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/stat-time-tests b/modules/stat-time-tests
index c512eca76c..8db2369513 100644
--- a/modules/stat-time-tests
+++ b/modules/stat-time-tests
@@ -7,6 +7,7 @@ Depends-on:
intprops
nanosleep
time
+unistd
configure.ac: