diff options
Diffstat (limited to 'win32/poll.c')
-rw-r--r-- | win32/poll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/poll.c b/win32/poll.c index 4438305ce..403eaa7a3 100644 --- a/win32/poll.c +++ b/win32/poll.c | |||
@@ -29,7 +29,7 @@ | |||
29 | #include <sys/types.h> | 29 | #include <sys/types.h> |
30 | 30 | ||
31 | /* Specification. */ | 31 | /* Specification. */ |
32 | #include <sys/poll.h> | 32 | #include <poll.h> |
33 | 33 | ||
34 | #include <errno.h> | 34 | #include <errno.h> |
35 | #include <limits.h> | 35 | #include <limits.h> |