diff options
Diffstat (limited to 'src/core/platform.h')
| -rw-r--r-- | src/core/platform.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/platform.h b/src/core/platform.h index aced3675..4ca6a2f4 100644 --- a/src/core/platform.h +++ b/src/core/platform.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> // Copyright 2018 Devolutions <info@devolutions.net> // @@ -21,6 +21,8 @@ #include <stddef.h> #include <stdint.h> +#include "defs.h" + // These are the APIs that a platform must implement to support nng. // A word about fork-safety: This library is *NOT* fork safe, in that |
