From: Gaetan Rivet Date: Fri, 7 Jul 2017 00:04:20 +0000 (+0200) Subject: net/mlx5: include PCI header directly X-Git-Tag: spdx-start~2561 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=5f08883a361616adb31198333e477693b44308c2;p=dpdk.git net/mlx5: include PCI header directly In devargs rework, rte_pci.h won't be included via rte_devargs.h anymore. Signed-off-by: Gaetan Rivet --- diff --git a/drivers/net/mlx5/mlx5.h b/drivers/net/mlx5/mlx5.h index aa8a1a0ed1..f16f778162 100644 --- a/drivers/net/mlx5/mlx5.h +++ b/drivers/net/mlx5/mlx5.h @@ -54,6 +54,7 @@ #ifdef PEDANTIC #pragma GCC diagnostic ignored "-Wpedantic" #endif +#include #include #include #include