diff options
-rw-r--r-- | lib/select.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/select.h b/lib/select.h index ce7b2f897..a97947e40 100644 --- a/lib/select.h +++ b/lib/select.h @@ -46,7 +46,7 @@ * Definition of pollfd struct and constants for platforms lacking them. */ -#ifndef HAVE_POLL +#ifndef HAVE_SYS_POLL_H #define POLLIN 0x01 #define POLLPRI 0x02 |