From 06dbc8de059d7ab491a52a83842d758d4012a338 Mon Sep 17 00:00:00 2001 From: Adrien Mazarguil Date: Thu, 19 Apr 2018 12:07:45 +0200 Subject: [PATCH] ethdev: fix missing include in flow API Fixes: b1a4b4cbc0a8 ("ethdev: introduce generic flow API") Cc: stable@dpdk.org Signed-off-by: Adrien Mazarguil Acked-by: Nelio Laranjeiro Acked-by: Ferruh Yigit --- lib/librte_ether/rte_flow.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/librte_ether/rte_flow.h b/lib/librte_ether/rte_flow.h index 56c7334519..44ae19d3b2 100644 --- a/lib/librte_ether/rte_flow.h +++ b/lib/librte_ether/rte_flow.h @@ -14,6 +14,8 @@ * associated actions in hardware through flow rules. */ +#include + #include #include #include -- 2.20.1