From 35970565a651ef9e98340ce49a3f0502bf4494bb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Sun, 16 Sep 2012 02:21:39 +0200 Subject: [PATCH] replace: add some includes for poll.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit See bug #8107 Autobuild-User(master): Björn Jacke Autobuild-Date(master): Sun Sep 16 04:05:08 CEST 2012 on sn-devel-104 (cherry picked from commit 520c9b0b0ae33e6e8fb78034cfff685f5491aab3) (cherry picked from commit ea96d79e21a549204a7f64307059ea877bfb9fd5) (cherry picked from commit 757dc4d753275d42b8dbf2710290b3dbfb9f3cda) --- lib/replace/poll.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/replace/poll.c b/lib/replace/poll.c index e41548dd39f..c855177be70 100644 --- a/lib/replace/poll.c +++ b/lib/replace/poll.c @@ -30,6 +30,12 @@ #include "replace.h" #include "system/select.h" +#ifdef HAVE_SYS_TIME_H +#include +#endif +#ifdef HAVE_SYS_IOCTL_H +#include +#endif int rep_poll(struct pollfd *fds, nfds_t nfds, int timeout) -- 2.11.4.GIT