closures: Add a missing include
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 5 Mar 2023 03:45:27 +0000 (22:45 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 19 Oct 2023 18:47:33 +0000 (14:47 -0400)
Fixes building in userspace.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
lib/closure.c

index b38ded00b9b052869e5ffab9873d0faffe955422..0855e698ced11a7ebdccb983759664acff067618 100644 (file)
@@ -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>