summaryrefslogtreecommitdiff
path: root/src/kqueue.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kqueue.hpp')
-rw-r--r--src/kqueue.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/kqueue.hpp b/src/kqueue.hpp
index 71cf3e7..02388c1 100644
--- a/src/kqueue.hpp
+++ b/src/kqueue.hpp
@@ -22,9 +22,8 @@
#ifndef __XS_KQUEUE_HPP_INCLUDED__
#define __XS_KQUEUE_HPP_INCLUDED__
-// poller.hpp decides which polling mechanism to use.
-#include "poller.hpp"
-#if defined XS_USE_KQUEUE
+#include "platform.hpp"
+#if defined XS_HAVE_KQUEUE
#include <vector>