summaryrefslogtreecommitdiffstats
path: root/ctdb/lib/replace/system
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/lib/replace/system')
-rw-r--r--ctdb/lib/replace/system/select.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ctdb/lib/replace/system/select.h b/ctdb/lib/replace/system/select.h
index 20346259c2..465e005349 100644
--- a/ctdb/lib/replace/system/select.h
+++ b/ctdb/lib/replace/system/select.h
@@ -26,6 +26,10 @@
#include <sys/select.h>
#endif
+#ifdef HAVE_SYS_EPOLL_H
+#include <sys/epoll.h>
+#endif
+
#ifndef SELECT_CAST
#define SELECT_CAST
#endif