diff options
Diffstat (limited to 'src/devpoll.hpp')
-rw-r--r-- | src/devpoll.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devpoll.hpp b/src/devpoll.hpp index 3e35a99..975b442 100644 --- a/src/devpoll.hpp +++ b/src/devpoll.hpp @@ -22,9 +22,9 @@ #ifndef __XS_DEVPOLL_HPP_INCLUDED__ #define __XS_DEVPOLL_HPP_INCLUDED__ -#include "platform.hpp" +#include "polling.hpp" -#if defined XS_HAVE_DEVPOLL +#if defined XS_USE_ASYNC_DEVPOLL #include <vector> |