pci: introduce library and driver
[dpdk.git] / examples / ethtool / lib / rte_ethtool.c
index 6e30ed8..cbaac73 100644 (file)
@@ -37,6 +37,7 @@
 #include <rte_ethdev.h>
 #include <rte_ether.h>
 #include <rte_pci.h>
+#include <rte_bus_pci.h>
 #ifdef RTE_LIBRTE_IXGBE_PMD
 #include <rte_pmd_ixgbe.h>
 #endif