On Wed, Dec 2, 2015 at 3:21 PM, Kevin Lo <ke...@freebsd.org> wrote:
> Hi,
>
> Missing a include file caused compile error:
> http://dpaste.com/22E4MHK

why to add it to lib/util.h, rather than ovs-router.c?

>
> FreeBSD (and NetBSD?) needs to include netinet/in.h to define
> struct in6_addr.
>
> Signed-off-by: Kevin Lo <ke...@freebsd.org>
> ---
>
> diff --git a/lib/util.h b/lib/util.h
> index 340ef65..9db65c5 100644
> --- a/lib/util.h
> +++ b/lib/util.h
> @@ -20,6 +20,7 @@
>  #include <arpa/inet.h>
>  #include <inttypes.h>
>  #include <limits.h>
> +#include <netinet/in.h>
>  #include <stdarg.h>
>  #include <stdbool.h>
>  #include <stddef.h>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to