Re: [PATCH v05 26/72] include/uapi/linux/if_pppox.h: include linux/in.h and linux/in6.h

From: David Miller
Date: Mon Aug 22 2016 - 19:31:44 EST


From: Mikko Rapeli <mikko.rapeli@xxxxxx>
Date: Mon, 22 Aug 2016 20:32:43 +0200

> Fixes userspace compilation errors:
>
> error: field ʽaddrʼ has incomplete type
> struct sockaddr_in addr; /* IP address and port to send to */
>
> error: field ʽaddrʼ has incomplete type
> struct sockaddr_in6 addr; /* IP address and port to send to */
>
> Signed-off-by: Mikko Rapeli <mikko.rapeli@xxxxxx>

Applied.