From 8ee7a74c9b2d1d4fff629872ec5e33c04b618ecb Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 8 Feb 2010 00:44:42 +0100 Subject: [PATCH] fnctl: Fix missing dependency. --- ChangeLog | 6 ++++++ modules/fcntl | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4f4ffb13a9..c02b3b9936 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-02-07 Bruno Haible + + fnctl: Fix missing dependency. + * modules/fcntl (Depends-on): Add getdtablesize. + Reported by John W. Eaton . + 2010-02-05 Sergey Poznyakoff Argp: fix recognition of short alias options. diff --git a/modules/fcntl b/modules/fcntl index 67f67f9faa..addd6ba131 100644 --- a/modules/fcntl +++ b/modules/fcntl @@ -8,6 +8,7 @@ lib/fcntl.c Depends-on: dup2 fcntl-h +getdtablesize extensions configure.ac: -- 2.30.2