diff options
Diffstat (limited to 'tests/device.c')
| -rw-r--r-- | tests/device.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/device.c b/tests/device.c index 56ad2cb5..535371e6 100644 --- a/tests/device.c +++ b/tests/device.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 @@ -11,6 +11,7 @@ #include "convey.h" #include "nng.h" #include "protocol/pair1/pair.h" +#include "supplemental/util/platform.h" #include "stubs.h" #include <string.h> @@ -48,7 +49,7 @@ Main({ nng_socket end2; nng_duration tmo; nng_msg * msg; - void * thr; + nng_thread * thr; So(nng_pair1_open(&dev1) == 0); So(nng_pair1_open(&dev2) == 0); |
