summaryrefslogtreecommitdiffstats
path: root/kernel/arch/x86/um/syscalls_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/x86/um/syscalls_64.c')
-rw-r--r--kernel/arch/x86/um/syscalls_64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/arch/x86/um/syscalls_64.c b/kernel/arch/x86/um/syscalls_64.c
index adb08eb5c..e65522753 100644
--- a/kernel/arch/x86/um/syscalls_64.c
+++ b/kernel/arch/x86/um/syscalls_64.c
@@ -6,6 +6,7 @@
*/
#include <linux/sched.h>
+#include <linux/uaccess.h>
#include <asm/prctl.h> /* XXX This should get the constants from libc */
#include <os.h>