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, 3 insertions, 2 deletions
diff --git a/src/kqueue.hpp b/src/kqueue.hpp
index 3aaa10b..862458b 100644
--- a/src/kqueue.hpp
+++ b/src/kqueue.hpp
@@ -22,8 +22,9 @@
#ifndef __XS_KQUEUE_HPP_INCLUDED__
#define __XS_KQUEUE_HPP_INCLUDED__
-#include "platform.hpp"
-#if defined XS_HAVE_KQUEUE
+#include "polling.hpp"
+
+#if defined XS_USE_ASYNC_KQUEUE
#include <vector>