task_stack.h: add missing include
authorKent Overstreet <kent.overstreet@linux.dev>
Sat, 16 Dec 2023 00:56:59 +0000 (19:56 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 21 Dec 2023 00:26:30 +0000 (19:26 -0500)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
include/linux/sched/task_stack.h

index f158b025c175093154fceac4db260378c40b5d97..ccd72b978e1fc7104ea7a7279513eb12a5feadcd 100644 (file)
@@ -8,6 +8,7 @@
 
 #include <linux/sched.h>
 #include <linux/magic.h>
+#include <linux/refcount.h>
 
 #ifdef CONFIG_THREAD_INFO_IN_TASK