Commit d6a3d224 authored by David S. Miller's avatar David S. Miller

[IPSEC]: xfrm_{state,user}.c need asm/uaccess.h

parent 31c9edfe
......@@ -14,6 +14,7 @@
#include <net/xfrm.h>
#include <linux/pfkeyv2.h>
#include <linux/ipsec.h>
#include <asm/uaccess.h>
/* Each xfrm_state may be linked to two tables:
......
......@@ -26,6 +26,7 @@
#include <linux/security.h>
#include <net/sock.h>
#include <net/xfrm.h>
#include <asm/uaccess.h>
static struct sock *xfrm_nl;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment