From fdc12114635581b6901940ddb467a78716bc12ca Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 4 Nov 2010 02:35:21 +0100 Subject: mingw: use poll-emulation from gnulib Signed-off-by: Erik Faye-Lund Signed-off-by: Junio C Hamano --- compat/win32/sys/poll.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'compat/win32/sys/poll.c') diff --git a/compat/win32/sys/poll.c b/compat/win32/sys/poll.c index 092d05e6b..7e74ebe59 100644 --- a/compat/win32/sys/poll.c +++ b/compat/win32/sys/poll.c @@ -24,8 +24,7 @@ # pragma GCC diagnostic ignored "-Wtype-limits" #endif -#include -#include +#include #include #include "poll.h" -- cgit v1.2.1