commit | eafe92114308acf14e45c6c3d154a5dad5523d1a | [log] [tgz] |
---|---|---|
author | Mikko Rapeli <mikko.rapeli@iki.fi> | Mon Aug 22 20:32:43 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 22 16:25:15 2016 -0700 |
tree | dfc09212d3e827d5c0be3b02f764b5d076cad5f6 | |
parent | 05ee5de7451796cf9a8aeb2f05a57790d4fd2336 [diff] |
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>