ethdev: fix missing include in flow API

Fixes: b1a4b4cbc0a8 ("ethdev: introduce generic flow API")
Cc: stable@dpdk.org

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
This commit is contained in:
Adrien Mazarguil 2018-04-19 12:07:45 +02:00 committed by Ferruh Yigit
parent 972bf36106
commit 06dbc8de05

View File

@ -14,6 +14,8 @@
* associated actions in hardware through flow rules.
*/
#include <stdint.h>
#include <rte_arp.h>
#include <rte_ether.h>
#include <rte_icmp.h>