netinet/ip6.h is not a standalone header there. Signed-off-by: YAMAMOTO Takashi <yamam...@ovn.org> --- lib/netdev-native-tnl.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/lib/netdev-native-tnl.c b/lib/netdev-native-tnl.c index 2e181f2..123f3b2 100644 --- a/lib/netdev-native-tnl.c +++ b/lib/netdev-native-tnl.c @@ -20,6 +20,7 @@ #include <fcntl.h> #include <sys/socket.h> #include <net/if.h> +#include <netinet/in.h> #include <netinet/ip6.h> #include <sys/ioctl.h> -- 2.5.4 (Apple Git-61) _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev