Re: [ovs-dev] [PATCH] : Fix compilation of openvswitch-1.1.0pre2 on FreeBSD-8.1

2011-03-30 Thread Ben Pfaff
Thanks, I pushed this. (Why oh why can't the BSDs seem to get header files right?) ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] : Fix compilation of openvswitch-1.1.0pre2 on FreeBSD-8.1

2011-03-30 Thread Gaetano Catalli
diff -ubrw a/lib/stream-ssl.c b/lib/stream-ssl.c --- a/lib/stream-ssl.c +++ b/lib/stream-ssl.c @@ -22,6 +22,8 @@ #include #include #include +#include +#include #include #include #include diff -ubrw a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c --- a/utilities/ovs-ofctl.c +++ b/util