projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a2623b
)
kernel/fork.c: add missing include
author
Kent Overstreet
<kent.overstreet@linux.dev>
Sat, 16 Dec 2023 01:49:12 +0000
(20:49 -0500)
committer
Kent 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
patch
|
blob
|
history
diff --git
a/kernel/fork.c
b/kernel/fork.c
index 10917c3e1f0366b5fbf60d98c2042c636cd74c87..319e61297bfb3aad1a2903c6716dc62ff79c44d5 100644
(file)
--- 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>