Fix a regression introduced by commit 4b97b70d
("ofproto-dpif: Enable NXAST_SAMPLE only if the datapath supports it.")Signed-off-by: YAMAMOTO Takashi <[email protected]> --- ofproto/ofproto-dpif.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index 91ffe23..a3fd792 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" -- 1.8.3.1 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
