From 37cb736413c279505a4cc9951eda9bce20e1c19f Mon Sep 17 00:00:00 2001 From: Daniele Di Proietto Date: Fri, 24 Jan 2014 19:00:05 +0100 Subject: [PATCH] m4: remove useless include from netlink check 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 Signed-off-by: Ben Pfaff --- m4/openvswitch.m4 | 1 - 1 file changed, 1 deletion(-) diff --git a/m4/openvswitch.m4 b/m4/openvswitch.m4 index c0af6d47d..7a0465bc1 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 - #include ]) AM_CONDITIONAL([HAVE_NETLINK], [test "$HAVE_NETLINK" = yes]) if test "$HAVE_NETLINK" = yes; then -- 2.43.0