summaryrefslogtreecommitdiff
path: root/libbcachefs/siphash.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbcachefs/siphash.c')
-rw-r--r--libbcachefs/siphash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbcachefs/siphash.c b/libbcachefs/siphash.c
index c062edb3..4565a843 100644
--- a/libbcachefs/siphash.c
+++ b/libbcachefs/siphash.c
@@ -44,6 +44,7 @@
* https://131002.net/siphash/
*/
+#include <linux/stddef.h>
#include <asm/byteorder.h>
#include <asm/unaligned.h>
#include <linux/bitops.h>