diff options
Diffstat (limited to 'tests/tcp6.c')
| -rw-r--r-- | tests/tcp6.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/tcp6.c b/tests/tcp6.c index 86898b46..9b3b0d4b 100644 --- a/tests/tcp6.c +++ b/tests/tcp6.c @@ -8,12 +8,14 @@ // found online at https://opensource.org/licenses/MIT. // -#include "convey.h" -#include "trantest.h" +// TCP tests for IPv6. + +#include <nng/nng.h> +#include <nng/protocol/pair1/pair.h> +#include "convey.h" #include "core/nng_impl.h" -// TCP tests for IPv6. -#include "protocol/pair1/pair.h" +#include "trantest.h" #include "stubs.h" |
