Commit b414e8ec authored by Kent Overstreet's avatar Kent Overstreet

closures: Add a missing include

Fixes building in userspace.
Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 48b79357
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include <linux/closure.h> #include <linux/closure.h>
#include <linux/debugfs.h> #include <linux/debugfs.h>
#include <linux/export.h> #include <linux/export.h>
#include <linux/rcupdate.h>
#include <linux/seq_file.h> #include <linux/seq_file.h>
#include <linux/sched/debug.h> #include <linux/sched/debug.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment