]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
uapi: fix linux/llc.h userspace compilation error
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 22 Feb 2017 22:38:26 +0000 (01:38 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Feb 2017 15:46:08 +0000 (10:46 -0500)
commit40df93be6a7084e09688e1ddc45615d13df133fc
tree85d29d800676b97970c8d1e4851606c07fea9120
parent557d7acd754543ca6f7166b9abde0a1af01ed848
uapi: fix linux/llc.h userspace compilation error

Include <linux/if.h> to fix the following linux/llc.h userspace
compilation error:

/usr/include/linux/llc.h:26:27: error: 'IFHWADDRLEN' undeclared here (not in a function)
  unsigned char   sllc_mac[IFHWADDRLEN];

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/llc.h