]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
um: Add uaccess.h to syscalls_64.c
authorRichard Weinberger <richard@nod.at>
Mon, 11 May 2015 22:13:05 +0000 (00:13 +0200)
committerRichard Weinberger <richard@nod.at>
Sun, 31 May 2015 15:31:56 +0000 (17:31 +0200)
It's using put_user() and needs this header.

Signed-off-by: Richard Weinberger <richard@nod.at>
arch/x86/um/syscalls_64.c

index adb08eb5c22a38710299d3e1a05b3b55e2ee7e63..e6552275320bcc593a03a36f7f406e53ec9e418b 100644 (file)
@@ -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>