aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2017-02-23 01:38:03 +0300
committerDavid S. Miller <davem@davemloft.net>2017-02-23 10:46:07 -0500
commit557d7acd754543ca6f7166b9abde0a1af01ed848 (patch)
treee2fabbd2f7c909fc2b3b3d88bf84d3485a5277c2 /kernel
parentMerge branch 'mlx5-fixes' (diff)
downloadlinux-dev-557d7acd754543ca6f7166b9abde0a1af01ed848.tar.xz
linux-dev-557d7acd754543ca6f7166b9abde0a1af01ed848.zip
uapi: fix linux/ip6_tunnel.h userspace compilation errors
Include <linux/if.h> and <linux/in6.h> to fix the following linux/ip6_tunnel.h userspace compilation errors: /usr/include/linux/ip6_tunnel.h:23:12: error: 'IFNAMSIZ' undeclared here (not in a function) char name[IFNAMSIZ]; /* name of tunnel device */ /usr/include/linux/ip6_tunnel.h:30:18: error: field 'laddr' has incomplete type struct in6_addr laddr; /* local tunnel end-point address */ Signed-off-by: Dmitry V. Levin <ldv@altlinux.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions