Commit 7017f42f authored by Richard Weinberger's avatar Richard Weinberger

um: Add uaccess.h to syscalls_64.c

It's using put_user() and needs this header.
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 9b46e212
......@@ -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>
......
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