diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-10-09 19:24:37 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-10-10 06:51:58 -0700 |
| commit | ea65f9503c80c33fb236703a7e81747bcb94666b (patch) | |
| tree | be20fb0854295dd28d28c44f5d471506d5f79ecc /src/core/defs.h | |
| parent | f41cd6a9edf4b9a680194b3fb4378f39d1ed1f34 (diff) | |
| download | nng-ea65f9503c80c33fb236703a7e81747bcb94666b.tar.gz nng-ea65f9503c80c33fb236703a7e81747bcb94666b.tar.bz2 nng-ea65f9503c80c33fb236703a7e81747bcb94666b.zip | |
header file refactoring for IWYU (protocols)
This changes the header files mostly in the protocols to include
directly rather than through the commmon nng_impl.h header. This
should lead to faster compiles, and by properly making all includes
relative should reduce friction with language servers and other tooling.
Diffstat (limited to 'src/core/defs.h')
| -rw-r--r-- | src/core/defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/defs.h b/src/core/defs.h index 23c17d8b..97d3dd06 100644 --- a/src/core/defs.h +++ b/src/core/defs.h @@ -12,6 +12,7 @@ #define CORE_DEFS_H #include <stdbool.h> +#include <stddef.h> #include <stdint.h> #include "nng/nng.h" |
