summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/lib/replace/system/select.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/replace/system/select.h b/source4/lib/replace/system/select.h
index 97140e1d73..a196f9c478 100644
--- a/source4/lib/replace/system/select.h
+++ b/source4/lib/replace/system/select.h
@@ -31,6 +31,10 @@
#include <sys/select.h>
#endif
+#ifdef HAVE_SYS_EPOLL_H
+#include <sys/epoll.h>
+#endif
+
#ifndef SELECT_CAST
#define SELECT_CAST
#endif