changeset 12853:ff1ef4e0707d

fnctl: Fix missing dependency.
author Bruno Haible <bruno@clisp.org>
date Mon, 08 Feb 2010 00:44:42 +0100
parents b2436031626f
children a57c17c10b63
files ChangeLog modules/fcntl
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/modules/fcntl
+++ b/modules/fcntl
@@ -8,6 +8,7 @@
 Depends-on:
 dup2
 fcntl-h
+getdtablesize
 extensions
 
 configure.ac: