summaryrefslogtreecommitdiff
path: root/lib/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/thread.h')
-rw-r--r--lib/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thread.h b/lib/thread.h
index 34adcc4d09..6cb7896e7d 100644
--- a/lib/thread.h
+++ b/lib/thread.h
@@ -50,7 +50,7 @@ struct pqueue;
*/
typedef fd_set thread_fd_set;
-#if defined(HAVE_POLL)
+#if defined(HAVE_POLL_CALL)
#include <poll.h>
struct fd_handler
{