Skip to content

Commit a2bef83

Browse files
author
Kent Overstreet
committed
kernel/fork.c: add missing include
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
1 parent 6a2623b commit a2bef83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/fork.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
#include <linux/seccomp.h>
5454
#include <linux/swap.h>
5555
#include <linux/syscalls.h>
56+
#include <linux/syscall_user_dispatch.h>
5657
#include <linux/jiffies.h>
5758
#include <linux/futex.h>
5859
#include <linux/compat.h>

0 commit comments

Comments
 (0)