Re: [PATCH v05 25/72] include/uapi/linux/if_pppol2tp.h: include linux/in.h and linux/in6.h
From: David Miller
Date: Mon Aug 22 2016 - 19:31:35 EST
From: Mikko Rapeli <mikko.rapeli@xxxxxx>
Date: Mon, 22 Aug 2016 20:32:42 +0200
> Fixes userspace compilation errors like:
>
> 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.