aboutsummaryrefslogtreecommitdiffstats
path: root/src/event/PollGroup.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/event/PollGroup.hxx')
-rw-r--r--src/event/PollGroup.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/event/PollGroup.hxx b/src/event/PollGroup.hxx
index 1e34f1423..038ffc13e 100644
--- a/src/event/PollGroup.hxx
+++ b/src/event/PollGroup.hxx
@@ -32,4 +32,10 @@ typedef PollResultGeneric PollResult;
typedef PollGroupWinSelect PollGroup;
#endif
+#ifdef USE_POLL
+#include "PollGroupPoll.hxx"
+typedef PollResultGeneric PollResult;
+typedef PollGroupPoll PollGroup;
+#endif
+
#endif