Commit a2bef835 authored by Kent Overstreet's avatar Kent Overstreet

kernel/fork.c: add missing include

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 6a2623b1
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment