From 5064767f8e2de7299bbb00652fd04ac5a70de4ce Mon Sep 17 00:00:00 2001 From: KO Myung-Hun Date: Thu, 28 Aug 2014 19:15:58 +0900 Subject: [PATCH] compat: poll: fix compilation Signed-off-by: Jean-Baptiste Kempf --- compat/poll.c | 1 + 1 file changed, 1 insertion(+) diff --git a/compat/poll.c b/compat/poll.c index 21e6d59ec0..b88f7fd278 100644 --- a/compat/poll.c +++ b/compat/poll.c @@ -36,6 +36,7 @@ #else # include # include +# include #endif int (poll) (struct pollfd *fds, unsigned nfds, int timeout) -- 2.39.2