aboutsummaryrefslogtreecommitdiff
path: root/src/core/defs.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-10-05 17:59:23 -0700
committerGarrett D'Amore <garrett@damore.org>2024-10-05 17:59:23 -0700
commiteef8f5f4a4d8d05470503e7f6dc7270c7e488cb5 (patch)
tree0a4a8c3ee44e643ce47ae55cf8fb81e06d59d5d6 /src/core/defs.h
parentf1cb2402734567b84e2b55129f98f9764167e13e (diff)
downloadnng-eef8f5f4a4d8d05470503e7f6dc7270c7e488cb5.tar.gz
nng-eef8f5f4a4d8d05470503e7f6dc7270c7e488cb5.tar.bz2
nng-eef8f5f4a4d8d05470503e7f6dc7270c7e488cb5.zip
idhash: introduce nni_idhash_count.
This will be used for some follow up work (UDP).
Diffstat (limited to 'src/core/defs.h')
-rw-r--r--src/core/defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/defs.h b/src/core/defs.h
index 6050782b..d559b490 100644
--- a/src/core/defs.h
+++ b/src/core/defs.h
@@ -12,6 +12,7 @@
#define CORE_DEFS_H
#include <stdint.h>
+#include <stdbool.h>
// C compilers may get unhappy when named arguments are not used. While
// there are things like __attribute__((unused)) which are arguably