summaryrefslogtreecommitdiff
path: root/src/select.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/select.hpp')
-rw-r--r--src/select.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/select.hpp b/src/select.hpp
index f3f6c48..3686507 100644
--- a/src/select.hpp
+++ b/src/select.hpp
@@ -22,9 +22,9 @@
#ifndef __XS_SELECT_HPP_INCLUDED__
#define __XS_SELECT_HPP_INCLUDED__
-// poller.hpp decides which polling mechanism to use.
-#include "poller.hpp"
-#if defined XS_USE_SELECT
+#include "platform.hpp"
+
+#if defined XS_HAVE_SELECT
#include "platform.hpp"