Skip to content

Commit ba58049

Browse files
Merge pull request git-for-windows#32 from derrickstolee/poll
compat/poll: prepare for targeting Windows Vista
2 parents 15102f3 + cbc320e commit ba58049

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compat/poll/poll.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@
2929

3030
#include <sys/types.h>
3131

32-
/* Specification. */
33-
#include <poll.h>
34-
3532
#include <errno.h>
3633
#include <limits.h>
3734
#include <assert.h>
@@ -55,6 +52,9 @@
5552
# include <unistd.h>
5653
#endif
5754

55+
/* Specification. */
56+
#include "poll.h"
57+
5858
#ifdef HAVE_SYS_IOCTL_H
5959
# include <sys/ioctl.h>
6060
#endif

0 commit comments

Comments
 (0)