summaryrefslogtreecommitdiff
path: root/src/poll.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/poll.cpp')
-rw-r--r--src/poll.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/poll.cpp b/src/poll.cpp
index 7a55379..2677bb0 100644
--- a/src/poll.cpp
+++ b/src/poll.cpp
@@ -20,7 +20,8 @@
*/
#include "poll.hpp"
-#if defined XS_USE_POLL
+
+#if defined XS_HAVE_POLL
#include <sys/types.h>
#include <sys/time.h>