summaryrefslogtreecommitdiff
path: root/src/poll.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/poll.hpp')
-rw-r--r--src/poll.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/poll.hpp b/src/poll.hpp
index 28bb2eb..cdeb75b 100644
--- a/src/poll.hpp
+++ b/src/poll.hpp
@@ -22,9 +22,9 @@
#ifndef __XS_POLL_HPP_INCLUDED__
#define __XS_POLL_HPP_INCLUDED__
-// poller.hpp decides which polling mechanism to use.
-#include "poller.hpp"
-#if defined XS_USE_POLL
+#include "platform.hpp"
+
+#if defined XS_HAVE_POLL
#include <poll.h>
#include <stddef.h>