Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>