linux/types.h is already included from linux/netlink.h (in every linux version). This will ease FreeBSD porting
Signed-off-by: Daniele Di Proietto <daniele.di.proie...@gmail.com> --- m4/openvswitch.m4 | 1 - 1 file changed, 1 deletion(-) diff --git a/m4/openvswitch.m4 b/m4/openvswitch.m4 index c0af6d4..7a0465b 100644 --- a/m4/openvswitch.m4 +++ b/m4/openvswitch.m4 @@ -75,7 +75,6 @@ AC_DEFUN([OVS_CHECK_NETLINK], [HAVE_NETLINK=yes], [HAVE_NETLINK=no], [#include <sys/socket.h> - #include <linux/types.h> ]) AM_CONDITIONAL([HAVE_NETLINK], [test "$HAVE_NETLINK" = yes]) if test "$HAVE_NETLINK" = yes; then -- 1.8.0 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev