From: Viacheslav Ovsiienko Date: Mon, 28 Jan 2019 14:22:14 +0000 (+0000) Subject: net/mlx5: fix build for armv8 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=c9e462d17b80394d3eaf8470198afaaa94a6c181;p=dpdk.git net/mlx5: fix build for armv8 Added inclusion, was not included on some building setups (armv8). Fixes: 71ab2d64723c ("net/mlx5: fix VXLAN port registration race condition") Cc: stable@dpdk.org Signed-off-by: Viacheslav Ovsiienko Acked-by: Shahaf Shuler --- diff --git a/drivers/net/mlx5/mlx5_flow_tcf.c b/drivers/net/mlx5/mlx5_flow_tcf.c index e132a3482e..652270f745 100644 --- a/drivers/net/mlx5/mlx5_flow_tcf.c +++ b/drivers/net/mlx5/mlx5_flow_tcf.c @@ -28,6 +28,7 @@ #include #include #include +#include #include "mlx5.h" #include "mlx5_flow.h"