From: Ophir Munk Date: Mon, 28 Dec 2020 12:32:30 +0000 (+0200) Subject: common/mlx5: include compatibility header file X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=fd2ca80cae2834aee6a2e4b8c49bc59fbda440bd common/mlx5: include compatibility header file Add #include to file mlx5_devx_cmds.h. It is required for Windows to identify the __rte_internal definition. Signed-off-by: Ophir Munk Acked-by: Matan Azrad --- diff --git a/drivers/common/mlx5/mlx5_devx_cmds.h b/drivers/common/mlx5/mlx5_devx_cmds.h index 8277fdbc39..b335b7c82c 100644 --- a/drivers/common/mlx5/mlx5_devx_cmds.h +++ b/drivers/common/mlx5/mlx5_devx_cmds.h @@ -7,6 +7,7 @@ #include "mlx5_glue.h" #include "mlx5_prm.h" +#include /* * Defines the amount of retries to allocate the first UAR in the page.