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:09 +0000 (13:17 -0800)
commit2456f331687416fca6741daf9c1aa6c1e97ef640
tree335a3cf878907ac58266ef4acbb3f76745fdc533
parentca7e7bee86b4ee821d61b58bf15c89a9d8a3cb30
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