From: Gaetan Rivet Date: Fri, 7 Jul 2017 00:04:19 +0000 (+0200) Subject: net/bnxt: include PCI header directly X-Git-Tag: spdx-start~2562 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=sidebyside;h=6477966c1528d4f8627ccd3a3a9f75fc6932437b;p=dpdk.git net/bnxt: 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/bnxt/bnxt.h b/drivers/net/bnxt/bnxt.h index 44b1ac579f..ec1aad987d 100644 --- a/drivers/net/bnxt/bnxt.h +++ b/drivers/net/bnxt/bnxt.h @@ -38,6 +38,7 @@ #include #include +#include #include #include #include