fnctl: Fix missing dependency.
authorBruno Haible <bruno@clisp.org>
Sun, 7 Feb 2010 23:44:42 +0000 (00:44 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 7 Feb 2010 23:44:42 +0000 (00:44 +0100)
ChangeLog
modules/fcntl

index 4f4ffb1..c02b3b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-02-07  Bruno Haible  <bruno@clisp.org>
+
+       fnctl: Fix missing dependency.
+       * modules/fcntl (Depends-on): Add getdtablesize.
+       Reported by John W. Eaton <jwe@gnu.org>.
+
 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
 
        Argp: fix recognition of short alias options.
index 67f67f9..addd6ba 100644 (file)
@@ -8,6 +8,7 @@ lib/fcntl.c
 Depends-on:
 dup2
 fcntl-h
+getdtablesize
 extensions
 
 configure.ac: