Signed-off-by: Mikulas Patocka <mpato...@redhat.com> --- drivers/md/dm-pcache/segment.h | 1 + 1 file changed, 1 insertion(+)
Index: linux-2.6/drivers/md/dm-pcache/segment.h =================================================================== --- linux-2.6.orig/drivers/md/dm-pcache/segment.h 2025-07-06 15:13:52.000000000 +0200 +++ linux-2.6/drivers/md/dm-pcache/segment.h 2025-07-06 15:14:17.000000000 +0200 @@ -3,6 +3,7 @@ #define _PCACHE_SEGMENT_H #include <linux/bio.h> +#include <linux/bitfield.h> #include "pcache_internal.h"