diff options
Diffstat (limited to 'tests/nonblock.c')
| -rw-r--r-- | tests/nonblock.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/nonblock.c b/tests/nonblock.c index 4fde2c80..19174882 100644 --- a/tests/nonblock.c +++ b/tests/nonblock.c @@ -1,5 +1,5 @@ // -// Copyright 2021 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2024 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 @@ -19,7 +19,6 @@ #include <nng/nng.h> #include <nng/protocol/reqrep0/rep.h> #include <nng/protocol/reqrep0/req.h> -#include <nng/supplemental/util/platform.h> #include "convey.h" #include "stubs.h" @@ -42,7 +41,7 @@ repthr(void *arg) for (;;) { fd_set fset; struct timeval tmo; - char * msgbuf; + char *msgbuf; size_t msglen; FD_ZERO(&fset); |
