summaryrefslogtreecommitdiff
path: root/src/select.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/select.hpp')
-rw-r--r--src/select.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/select.hpp b/src/select.hpp
index ea2831d..df188eb 100644
--- a/src/select.hpp
+++ b/src/select.hpp
@@ -22,9 +22,9 @@
#ifndef __XS_SELECT_HPP_INCLUDED__
#define __XS_SELECT_HPP_INCLUDED__
-#include "platform.hpp"
+#include "polling.hpp"
-#if defined XS_HAVE_SELECT
+#if defined XS_USE_ASYNC_SELECT
#include "platform.hpp"