FreeBSD: Fix build failure.
authorAlex Wang <alexw@nicira.com>
Sun, 4 Jan 2015 00:09:07 +0000 (16:09 -0800)
committerAlex Wang <alexw@nicira.com>
Mon, 5 Jan 2015 05:00:15 +0000 (21:00 -0800)
commit1368af0c854030791376f3d235e630f129c0cd8a
tree146caf259123fb6778762fc25045e2d60f469131
parent5dc7516b6a9e26f32d5f60f3b0b32126fad843c1
FreeBSD: Fix build failure.

This commit fixes an include dependency for header ip6.h, on
FreeBSD.  Without this commit, the gmake of ovs master on
FreeBSD will result in the following error.

/usr/include/netinet/ip6.h:82: error: field 'ip6_src' has incomplete type
/usr/include/netinet/ip6.h:83: error: field 'ip6_dst' has incomplete type

Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/odp-execute.c