mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
um: Add uaccess.h to syscalls_64.c
It's using put_user() and needs this header. Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
9b46e2128e
commit
7017f42f3a
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user