summaryrefslogtreecommitdiff
path: root/src/epoll.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/epoll.hpp')
-rw-r--r--src/epoll.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/epoll.hpp b/src/epoll.hpp
index ed33254..3745c77 100644
--- a/src/epoll.hpp
+++ b/src/epoll.hpp
@@ -22,9 +22,9 @@
#ifndef __XS_EPOLL_HPP_INCLUDED__
#define __XS_EPOLL_HPP_INCLUDED__
-// poller.hpp decides which polling mechanism to use.
-#include "poller.hpp"
-#if defined XS_USE_EPOLL
+#include "platform.hpp"
+
+#if defined XS_HAVE_EPOLL
#include <vector>
#include <sys/epoll.h>