aboutsummaryrefslogtreecommitdiffstats
path: root/lib/includes/hicn/util/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/includes/hicn/util/hash.h')
-rw-r--r--lib/includes/hicn/util/hash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/includes/hicn/util/hash.h b/lib/includes/hicn/util/hash.h
index ded8fc370..8dbe0d680 100644
--- a/lib/includes/hicn/util/hash.h
+++ b/lib/includes/hicn/util/hash.h
@@ -28,6 +28,7 @@
#define UTIL_HASH_H
#include <stdint.h>
+#include <stddef.h> // size_t
#if (defined(__BYTE_ORDER) && defined(__LITTLE_ENDIAN) && \
__BYTE_ORDER == __LITTLE_ENDIAN) || \