Re: [PATCH] uapi: fix linux/llc.h userspace compilation error

From: David Miller
Date: Thu Feb 23 2017 - 10:47:20 EST


From: "Dmitry V. Levin" <ldv@xxxxxxxxxxxx>
Date: Thu, 23 Feb 2017 01:38:26 +0300

> 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@xxxxxxxxxxxx>

Applied.