On 01/13/2017 11:12 AM, Ben Greear wrote:
I am including netinet/ip.h, and also linux/if_tunnel.h, and the linux/ip.h conflicts with netinet/ip.h.Maybe my build environment is screwed up, but maybe also it would be better to just let the user include appropriate headers before including if_tunnel.h and revert this patch? include/uapi/linux/if_tunnel.h: include linux/if.h, linux/ip.h and linux/in6.h Fixes userspace compilation errors like: error: field ‘iph’ has incomplete type error: field ‘prefix’ has incomplete type Signed-off-by: Mikko Rapeli <[email protected]> Signed-off-by: David S. Miller <[email protected]> Thanks, Ben
I forgot the full commit ID, my abbreviation was not sufficient to be unique it seems: 1fe8e0f074c77aa41aaa579345a9e675acbebfa9 Thanks, Ben -- Ben Greear <[email protected]> Candela Technologies Inc http://www.candelatech.com
