diff options
Diffstat (limited to 'source4/lib/events')
-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" |