summaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-12-16 02:49:12 +0100
committerKent Overstreet <kent.overstreet@linux.dev>2023-12-21 01:26:30 +0100
commita2bef835d39c5c9d611e9420db4221b0eeec9944 (patch)
tree8daaaf1111a2c1d327de1c316a911718cd280b25 /kernel/fork.c
parentnsproxy.h: add missing include (diff)
downloadlinux-a2bef835d39c5c9d611e9420db4221b0eeec9944.tar.xz
linux-a2bef835d39c5c9d611e9420db4221b0eeec9944.zip
kernel/fork.c: add missing include
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'kernel/fork.c')
-rw-r--r--kernel/fork.c1
1 files changed, 1 insertions, 0 deletions
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>