commit | 05ee5de7451796cf9a8aeb2f05a57790d4fd2336 | [log] [tgz] |
---|---|---|
author | Mikko Rapeli <mikko.rapeli@iki.fi> | Mon Aug 22 20:32:42 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 22 16:25:14 2016 -0700 |
tree | 25ec04bafa22c98945de41a53b9e6f195764bc52 | |
parent | 1fe8e0f074c77aa41aaa579345a9e675acbebfa9 [diff] |
include/uapi/linux/if_pppol2tp.h: include linux/in.h and linux/in6.h 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@iki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>