aboutsummaryrefslogtreecommitdiff
path: root/tests/pollfd.c
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-08-09 02:50:16 -0700
committerGarrett D'Amore <garrett@damore.org>2017-08-09 02:50:16 -0700
commite469d1084d144961a72c4db1fb84cbd29ed4df8a (patch)
tree35293acd1ef2722023c8dabf872ea16411a71e5a /tests/pollfd.c
parentd64f12553eb6ceb67ed6f6a5b2ceb6c061d375ba (diff)
downloadnng-e469d1084d144961a72c4db1fb84cbd29ed4df8a.tar.gz
nng-e469d1084d144961a72c4db1fb84cbd29ed4df8a.tar.bz2
nng-e469d1084d144961a72c4db1fb84cbd29ed4df8a.zip
Undo header include reordering (clang, breaks windows).
Diffstat (limited to 'tests/pollfd.c')
-rw-r--r--tests/pollfd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/pollfd.c b/tests/pollfd.c
index e2cd2fb6..09ce43cc 100644
--- a/tests/pollfd.c
+++ b/tests/pollfd.c
@@ -22,10 +22,9 @@
#endif
#include <windows.h>
+#include <winsock2.h>
#include <mswsock.h>
-
-#include <winsock2.h>
#include <ws2tcpip.h>
#endif