From e964109e6a9c18c668ef6c1ac534693bb981e18f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 27 Feb 2006 00:36:08 +0000 Subject: r13699: restore the system/select.h include, as otherwise we don't detect epoll support (This used to be commit 71eb159f9cc00e8de23a8700cea0e7a3be8c64d4) --- source4/lib/events/events_standard.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4') diff --git a/source4/lib/events/events_standard.c b/source4/lib/events/events_standard.c index 974007b999..ff11afe5d5 100644 --- a/source4/lib/events/events_standard.c +++ b/source4/lib/events/events_standard.c @@ -30,6 +30,7 @@ #include "includes.h" #include "system/filesys.h" +#include "system/select.h" /* needed for WITH_EPOLL */ #include "dlinklist.h" #include "lib/events/events.h" #include "lib/events/events_internal.h" -- cgit