diff options
Diffstat (limited to 'lib/librte_ether/rte_ethdev_pci.h')
-rw-r--r-- | lib/librte_ether/rte_ethdev_pci.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/librte_ether/rte_ethdev_pci.h b/lib/librte_ether/rte_ethdev_pci.h index 722075e0..897ce5b4 100644 --- a/lib/librte_ether/rte_ethdev_pci.h +++ b/lib/librte_ether/rte_ethdev_pci.h @@ -37,7 +37,8 @@ #include <rte_malloc.h> #include <rte_pci.h> #include <rte_bus_pci.h> -#include <rte_ethdev.h> +#include <rte_config.h> +#include <rte_ethdev_driver.h> /** * Copy pci device info to the Ethernet device data. |