diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-02-27 00:36:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:06 -0500 |
commit | e964109e6a9c18c668ef6c1ac534693bb981e18f (patch) | |
tree | f8935ab8d3343b9b9f8045b558ace49a6f892e81 /source4 | |
parent | 57a55df196aa12529546c6f2ccc893fe68b32f2a (diff) | |
download | samba-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')
-rw-r--r-- | source4/lib/events/events_standard.c | 1 |
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" |