]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/varint.c
Update bcachefs sources to 8a65cc4951 bcachefs: Improve bch2_dev_freespace_init()
[bcachefs-tools-debian] / libbcachefs / varint.c
index a2d6bb7136c7d412d95469ac09b2c063fd0dd86d..5143b603bf67ff397181e70a9705cfa100237fbf 100644 (file)
@@ -1,6 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0
 
 #include <linux/bitops.h>
+#include <linux/math.h>
 #include <linux/string.h>
 #include <asm/unaligned.h>