From: Gaetan Rivet Date: Fri, 7 Jul 2017 00:04:23 +0000 (+0200) Subject: net/sfc: include PCI header directly X-Git-Tag: spdx-start~2558 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=sidebyside;h=4d3c6b2ae8c9ed0f141d7cb25a9b57a28761db75;p=dpdk.git net/sfc: 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/sfc/sfc.h b/drivers/net/sfc/sfc.h index d287413d6e..5ff460c7cd 100644 --- a/drivers/net/sfc/sfc.h +++ b/drivers/net/sfc/sfc.h @@ -34,6 +34,7 @@ #include +#include #include #include #include