diff options
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 3a6c9c82..d689a7b0 100644 --- a/libbcachefs/siphash.c +++ b/libbcachefs/siphash.c @@ -43,6 +43,7 @@ * https://131002.net/siphash/ */ +#include <linux/compiler.h> #include <asm/byteorder.h> #include <asm/unaligned.h> #include <linux/bitops.h> |