diff options
Diffstat (limited to 'src/core/pollable.h')
| -rw-r--r-- | src/core/pollable.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/core/pollable.h b/src/core/pollable.h index 2dcce0a1..099ab8b7 100644 --- a/src/core/pollable.h +++ b/src/core/pollable.h @@ -1,5 +1,5 @@ // -// Copyright 2021 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2025 Staysail Systems, Inc. <info@staysail.tech> // // This software is supplied under the terms of the MIT License, a // copy of which should be located in the distribution where this @@ -10,8 +10,9 @@ #ifndef CORE_POLLABLE_H #define CORE_POLLABLE_H -#include "core/defs.h" -#include "core/list.h" +#include "defs.h" +#include "list.h" +#include "platform.h" typedef struct nni_pollable nni_pollable; |
