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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue