diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-08-09 02:50:16 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-08-09 02:50:16 -0700 |
| commit | e469d1084d144961a72c4db1fb84cbd29ed4df8a (patch) | |
| tree | 35293acd1ef2722023c8dabf872ea16411a71e5a | |
| parent | d64f12553eb6ceb67ed6f6a5b2ceb6c061d375ba (diff) | |
| download | nng-e469d1084d144961a72c4db1fb84cbd29ed4df8a.tar.gz nng-e469d1084d144961a72c4db1fb84cbd29ed4df8a.tar.bz2 nng-e469d1084d144961a72c4db1fb84cbd29ed4df8a.zip | |
Undo header include reordering (clang, breaks windows).
| -rw-r--r-- | tests/pollfd.c | 3 |
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 |
