From: Yoann Vandoorselaere Date: Tue, 14 Oct 2008 01:43:12 +0000 (+0200) Subject: Include , for ioctl(). X-Git-Tag: v0.1~6845 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=d2f1849bc5d58a288656d8346ce6111dfd93c8d7;p=gnulib.git Include , for ioctl(). --- diff --git a/ChangeLog b/ChangeLog index de36adf82..66ffaa59c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-10-13 Yoann Vandoorselaere + + * tests/test-poll.c: Include , for ioctl(). + * tests/test-select.c: Likewise, + 2008-10-13 Bruno Haible * lib/glthread/cond.c (glthread_cond_wait_func, diff --git a/tests/test-poll.c b/tests/test-poll.c index bbfefe43e..77b06d992 100644 --- a/tests/test-poll.c +++ b/tests/test-poll.c @@ -28,6 +28,7 @@ #include #include #include +#include #include #include "sockets.h" diff --git a/tests/test-select.c b/tests/test-select.c index 50f7559fa..4c9cdc02d 100644 --- a/tests/test-select.c +++ b/tests/test-select.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include "sockets.h"