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