summaryrefslogtreecommitdiff
path: root/src/epoll.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/epoll.hpp')
-rw-r--r--src/epoll.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/epoll.hpp b/src/epoll.hpp
index 595168e..6d2f8be 100644
--- a/src/epoll.hpp
+++ b/src/epoll.hpp
@@ -22,9 +22,9 @@
#ifndef __XS_EPOLL_HPP_INCLUDED__
#define __XS_EPOLL_HPP_INCLUDED__
-#include "platform.hpp"
+#include "polling.hpp"
-#if defined XS_HAVE_EPOLL
+#if defined XS_USE_ASYNC_EPOLL
#include <vector>
#include <sys/epoll.h>