From 520c9b0b0ae33e6e8fb78034cfff685f5491aab3 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Sun, 16 Sep 2012 02:21:39 +0200 Subject: replace: add some includes for poll.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 --- lib/replace/poll.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/replace') diff --git a/lib/replace/poll.c b/lib/replace/poll.c index e41548dd39..95b2f883bf 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 +#include +#endif int rep_poll(struct pollfd *fds, nfds_t nfds, int timeout) -- cgit