diff options
Diffstat (limited to 'tests/transport.c')
| -rw-r--r-- | tests/transport.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/tests/transport.c b/tests/transport.c index c060a26f..850fe1a7 100644 --- a/tests/transport.c +++ b/tests/transport.c @@ -1,6 +1,6 @@ // -// Copyright 2017 Garrett D'Amore <garrett@damore.org> -// Copyright 2017 Capitar IT Group BV <info@capitar.com> +// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2018 Capitar IT Group BV <info@capitar.com> // // This software is supplied under the terms of the MIT License, a // copy of which should be located in the distribution where this @@ -8,11 +8,12 @@ // found online at https://opensource.org/licenses/MIT. // +#include <string.h> + +#include <nng/nng.h> + #include "convey.h" #include "core/nng_impl.h" -#include "nng.h" - -#include <string.h> static int ninits; static int nfinis; |
