Re: [ovs-dev] [PATCH] ovn: fix build on FreeBSD

2016-10-19 Thread Ben Pfaff
On Wed, Oct 19, 2016 at 01:32:57PM -0200, Thadeu Lima de Souza Cascardo wrote: > The missing include was needed for struct in6_addr. > > Otherwise, this build failure would occur. > > In file included from ovn/lib/actions.c:23: > ovn/lib/ovn-dhcp.h:163:21: error: field has incomplete type 'struct

[ovs-dev] [PATCH] ovn: fix build on FreeBSD

2016-10-19 Thread Thadeu Lima de Souza Cascardo
The missing include was needed for struct in6_addr. Otherwise, this build failure would occur. In file included from ovn/lib/actions.c:23: ovn/lib/ovn-dhcp.h:163:21: error: field has incomplete type 'struct in6_addr' Signed-off-by: Thadeu Lima de Souza Cascardo --- Needed for 2.6 branch as wel