From: Adrien Mazarguil Date: Thu, 19 Apr 2018 10:07:45 +0000 (+0200) Subject: ethdev: fix missing include in flow API X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=sidebyside;h=06dbc8de059d7ab491a52a83842d758d4012a338;p=dpdk.git 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 --- 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