summaryrefslogtreecommitdiff
path: root/src/epoll.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/epoll.cpp')
-rw-r--r--src/epoll.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/epoll.cpp b/src/epoll.cpp
index 8ba2f17..ecdee1a 100644
--- a/src/epoll.cpp
+++ b/src/epoll.cpp
@@ -21,7 +21,7 @@
#include "epoll.hpp"
-#if defined XS_HAVE_EPOLL
+#if defined XS_USE_ASYNC_EPOLL
#include <sys/epoll.h>
#include <stdlib.h>