kernel/fork.c: add missing include
authorKent Overstreet <kent.overstreet@linux.dev>
Sat, 16 Dec 2023 01:49:12 +0000 (20:49 -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>
kernel/fork.c

index 10917c3e1f0366b5fbf60d98c2042c636cd74c87..319e61297bfb3aad1a2903c6716dc62ff79c44d5 100644 (file)
@@ -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>