[dpdk-dev] [PATCH 06/14] net/sfc: properly reference PCI header

Gaetan Rivet gaetan.rivet at 6wind.com
Wed May 24 17:14:50 CEST 2017


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

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

diff --git a/drivers/net/sfc/sfc.h b/drivers/net/sfc/sfc.h
index fad0ce0..ec82e87 100644
--- a/drivers/net/sfc/sfc.h
+++ b/drivers/net/sfc/sfc.h
@@ -34,6 +34,7 @@
 
 #include <stdbool.h>
 
+#include <rte_pci.h>
 #include <rte_ethdev.h>
 #include <rte_kvargs.h>
 #include <rte_spinlock.h>
-- 
2.1.4



More information about the dev mailing list