Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

kernel/fork.c: add missing include

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>

+1
+1
kernel/fork.c
··· 53 53 #include <linux/seccomp.h> 54 54 #include <linux/swap.h> 55 55 #include <linux/syscalls.h> 56 + #include <linux/syscall_user_dispatch.h> 56 57 #include <linux/jiffies.h> 57 58 #include <linux/futex.h> 58 59 #include <linux/compat.h>