Skip to content

Commit

Permalink
m4: remove useless include from netlink check
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
ddiproietto authored and blp committed Feb 3, 2014
1 parent 836fbda commit 37cb736
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion m4/openvswitch.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37cb736

Please sign in to comment.