include/uapi/linux/if_pppox.h: include linux/in.h and linux/in6.h
authorMikko Rapeli <mikko.rapeli@iki.fi>
Mon, 22 Aug 2016 18:32:43 +0000 (20:32 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Aug 2016 23:25:15 +0000 (16:25 -0700)
commiteafe92114308acf14e45c6c3d154a5dad5523d1a
treedfc09212d3e827d5c0be3b02f764b5d076cad5f6
parent05ee5de7451796cf9a8aeb2f05a57790d4fd2336
include/uapi/linux/if_pppox.h: include linux/in.h and linux/in6.h

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@iki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/if_pppox.h