summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-02-27 00:36:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:06 -0500
commite964109e6a9c18c668ef6c1ac534693bb981e18f (patch)
treef8935ab8d3343b9b9f8045b558ace49a6f892e81 /source4/lib
parent57a55df196aa12529546c6f2ccc893fe68b32f2a (diff)
downloadsamba-e964109e6a9c18c668ef6c1ac534693bb981e18f.tar.gz
samba-e964109e6a9c18c668ef6c1ac534693bb981e18f.tar.bz2
samba-e964109e6a9c18c668ef6c1ac534693bb981e18f.zip
r13699: restore the system/select.h include, as otherwise we don't detect
epoll support (This used to be commit 71eb159f9cc00e8de23a8700cea0e7a3be8c64d4)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/events/events_standard.c1
1 files changed, 1 insertions, 0 deletions
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"