diff options
Diffstat (limited to 'src/core/socket.h')
| -rw-r--r-- | src/core/socket.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/socket.h b/src/core/socket.h index af8fd97d..d84f22c2 100644 --- a/src/core/socket.h +++ b/src/core/socket.h @@ -1,5 +1,5 @@ // -// Copyright 2024 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2025 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 @@ -11,6 +11,10 @@ #ifndef CORE_SOCKET_H #define CORE_SOCKET_H +#include "defs.h" +#include "msgqueue.h" +#include "stats.h" + extern int nni_sock_find(nni_sock **, uint32_t); extern void nni_sock_hold(nni_sock *); extern void nni_sock_rele(nni_sock *); |
