diff options
-rw-r--r-- | win32/poll.c | 2 | ||||
-rw-r--r-- | win32/poll.h (renamed from win32/sys/poll.h) | 0 |
2 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> |
diff --git a/win32/sys/poll.h b/win32/poll.h index b7aa59d97..b7aa59d97 100644 --- a/win32/sys/poll.h +++ b/win32/poll.h | |||