summaryrefslogtreecommitdiff
path: root/src/poll.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/poll.hpp')
-rw-r--r--src/poll.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/poll.hpp b/src/poll.hpp
index 2df1796..c192a77 100644
--- a/src/poll.hpp
+++ b/src/poll.hpp
@@ -22,9 +22,9 @@
#ifndef __XS_POLL_HPP_INCLUDED__
#define __XS_POLL_HPP_INCLUDED__
-#include "platform.hpp"
+#include "polling.hpp"
-#if defined XS_HAVE_POLL
+#if defined XS_USE_ASYNC_POLL
#include <poll.h>
#include <stddef.h>