examples: remove dependency on PCI
[dpdk.git] / examples / ethtool / lib / rte_ethtool.c
index 6e30ed8..c70c547 100644 (file)
@@ -36,7 +36,7 @@
 #include <rte_version.h>
 #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