diff options
Diffstat (limited to 'tests/tcp.c')
| -rw-r--r-- | tests/tcp.c | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/tests/tcp.c b/tests/tcp.c index 2c49f509..53372fa5 100644 --- a/tests/tcp.c +++ b/tests/tcp.c @@ -8,18 +8,19 @@ // found online at https://opensource.org/licenses/MIT. // +#ifndef _WIN32 +#include <arpa/inet.h> +#endif + +#include <nng/nng.h> +#include <nng/protocol/pair1/pair.h> + #include "convey.h" -#include "nng.h" -#include "protocol/pair1/pair.h" +#include "stubs.h" #include "trantest.h" -#include "stubs.h" // TCP tests. -#ifndef _WIN32 -#include <arpa/inet.h> -#endif - static int check_props_v4(nng_msg *msg) { |
