From 2b13e6567eed4ac4c5cce3b466275ee652430e12 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 1 Jan 2014 13:59:36 -0800 Subject: [PATCH] policy.c: use linux/uaccess.h not asm/uaccess.h Signed-off-by: Greg Kroah-Hartman --- policy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy.c b/policy.c index cf7ed79..e27f93f 100644 --- a/policy.c +++ b/policy.c @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include "connection.h" #include "names.h" -- 2.34.1