From: YAMAMOTO Takashi Date: Wed, 8 Jan 2014 06:07:30 +0000 (+0900) Subject: Fix !HAVE_NETLINK build X-Git-Tag: sliver-openvswitch-2.1.90-1~10^2~52 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=89e45da9c16fd9dbed78feb74b1a55b332ba95a7 Fix !HAVE_NETLINK build Fix a regression introduced by commit 4b97b70d ("ofproto-dpif: Enable NXAST_SAMPLE only if the datapath supports it.") Signed-off-by: YAMAMOTO Takashi Signed-off-by: Ben Pfaff --- diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index 91ffe2344..a3fd792d1 100644 --- a/ofproto/ofproto-dpif.c +++ b/ofproto/ofproto-dpif.c @@ -42,7 +42,6 @@ #include "netdev-vport.h" #include "netdev.h" #include "netlink.h" -#include "netlink-socket.h" #include "nx-match.h" #include "odp-util.h" #include "odp-execute.h"