Add missing module dependencies.
authorBruno Haible <bruno@clisp.org>
Tue, 21 Oct 2008 10:33:07 +0000 (12:33 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 21 Oct 2008 10:33:07 +0000 (12:33 +0200)
ChangeLog
modules/poll-tests
modules/select-tests

index d151664..29976d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-21  Bruno Haible  <bruno@clisp.org>
+
+       * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
+       * modules/select-tests (Depends-on): Likewise.
+       Reported by Simon Josefsson.
+
 2008-10-21  Simon Josefsson  <simon@josefsson.org>
 
        * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
index 403287c..5f90f97 100644 (file)
@@ -6,6 +6,7 @@ stdbool
 sys_socket
 netinet_in
 arpa_inet
+sys_ioctl
 extensions
 inet_pton
 errno
@@ -17,6 +18,7 @@ setsockopt
 listen
 connect
 accept
+ioctl
 close
 
 configure.ac:
index 80ee60c..3a49d15 100644 (file)
@@ -5,6 +5,7 @@ Depends-on:
 stdbool
 netinet_in
 arpa_inet
+sys_ioctl
 extensions
 inet_pton
 errno
@@ -16,6 +17,7 @@ setsockopt
 listen
 connect
 accept
+ioctl
 close
 
 configure.ac: