summaryrefslogtreecommitdiff
path: root/src/epoll.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/epoll.cpp')
-rw-r--r--src/epoll.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/epoll.cpp b/src/epoll.cpp
index 83d9b77..37e47d3 100644
--- a/src/epoll.cpp
+++ b/src/epoll.cpp
@@ -20,7 +20,8 @@
*/
#include "epoll.hpp"
-#if defined XS_USE_EPOLL
+
+#if defined XS_HAVE_EPOLL
#include <sys/epoll.h>
#include <stdlib.h>