Commit b414e8ec authored by Kent Overstreet's avatar Kent Overstreet
Browse files

closures: Add a missing include



Fixes building in userspace.

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 48b79357
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
#include <linux/closure.h>
#include <linux/debugfs.h>
#include <linux/export.h>
#include <linux/rcupdate.h>
#include <linux/seq_file.h>
#include <linux/sched/debug.h>