[08/50] kernel/fork.c: add missing include

Message ID 20231216024834.3510073-9-kent.overstreet@linux.dev
State New
Headers
Series big header dependency cleanup targeting sched.h |

Commit Message

Kent Overstreet Dec. 16, 2023, 2:47 a.m. UTC
  Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
---
 kernel/fork.c | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/kernel/fork.c b/kernel/fork.c
index 10917c3e1f03..319e61297bfb 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -53,6 +53,7 @@ 
 #include <linux/seccomp.h>
 #include <linux/swap.h>
 #include <linux/syscalls.h>
+#include <linux/syscall_user_dispatch.h>
 #include <linux/jiffies.h>
 #include <linux/futex.h>
 #include <linux/compat.h>