bcachefs: Add missing random.h includes

Fix build in userspace, and good hygeine.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet
2025-03-17 11:28:26 -04:00
parent 2eb985c549
commit 5e67243ea6

View File

@@ -25,6 +25,7 @@
#include "subvolume.h"
#include "trace.h"
#include <linux/random.h>
#include <linux/sched/mm.h>
#ifdef CONFIG_BCACHEFS_DEBUG