lib: Fix netbsd compilation error.
authorLance Richardson <lrichard@redhat.com>
Mon, 15 Feb 2016 15:08:51 +0000 (10:08 -0500)
committerBen Pfaff <blp@ovn.org>
Tue, 23 Feb 2016 21:17:35 +0000 (13:17 -0800)
commit703cca9d0b3dcb987d3e62e951929112a1c2c71f
tree1bea9b600abb015437cc1b2bc4e11d4a57c979cc
parentf9c47c9a848fdfb619928327d90ae9867a7b8239
lib: Fix netbsd compilation error.

NetBSD requires <netinet/in.h> to be included before <netinit/ip6.h>.
Without this fix we have:

In file included from lib/netdev-vport.c:25:0:
/usr/include/netinet/ip6.h:82:18: error: field 'ip6_src' has incomplete type
/usr/include/netinet/ip6.h:83:18: error: field 'ip6_dst' has incomplete type

Signed-off-by: Lance Richardson <lrichard@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/netdev-vport.c