diff options
author | koverstreet <kent.overstreet@gmail.com> | 2020-05-05 16:25:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-05 16:25:43 -0400 |
commit | 06c81e31b58164248c75fb1f16631daa3e10db2f (patch) | |
tree | 10d75608bf415e37810e7846c80193218e35b4e5 /libbcachefs/siphash.c | |
parent | 6e9f4602408e9bcdb33bce6ab3a2d8562613d6ce (diff) | |
parent | 5bc48bd428303aabe19c196a47d1d89a605397be (diff) |
Merge pull request #27 from yshui/master
Fix building on musl
Diffstat (limited to 'libbcachefs/siphash.c')
-rw-r--r-- | libbcachefs/siphash.c | 1 |
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> |