diff options
Diffstat (limited to 'src/poll.cpp')
-rw-r--r-- | src/poll.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/poll.cpp b/src/poll.cpp index c0f070e..9f901fc 100644 --- a/src/poll.cpp +++ b/src/poll.cpp @@ -21,7 +21,7 @@ #include "poll.hpp" -#if defined XS_HAVE_POLL +#if defined XS_USE_ASYNC_POLL #include <sys/types.h> #include <sys/time.h> |