[dpdk-dev] [PATCH v2 02/14] net/bnxt: properly reference PCI header

Gaetan Rivet gaetan.rivet at 6wind.com
Wed May 24 18:16:37 CEST 2017


From: Gaetan Rivet <g.rivet2 at gmail.com>

Signed-off-by: Gaetan Rivet <g.rivet2 at gmail.com>
---
 drivers/net/bnxt/bnxt.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/bnxt/bnxt.h b/drivers/net/bnxt/bnxt.h
index 4418c7f..678a844 100644
--- a/drivers/net/bnxt/bnxt.h
+++ b/drivers/net/bnxt/bnxt.h
@@ -37,6 +37,7 @@
 #include <inttypes.h>
 #include <sys/queue.h>
 
+#include <rte_pci.h>
 #include <rte_ethdev.h>
 #include <rte_memory.h>
 #include <rte_lcore.h>
-- 
2.1.4



More information about the dev mailing list