From 89e45da9c16fd9dbed78feb74b1a55b332ba95a7 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 8 Jan 2014 15:07:30 +0900 Subject: [PATCH] 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 --- ofproto/ofproto-dpif.c | 1 - 1 file changed, 1 deletion(-) 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" -- 2.47.0