diff options
Diffstat (limited to 'lib/librte_ether/rte_ethdev_vdev.h')
-rw-r--r-- | lib/librte_ether/rte_ethdev_vdev.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/librte_ether/rte_ethdev_vdev.h b/lib/librte_ether/rte_ethdev_vdev.h index ff92e6ed..259feda3 100644 --- a/lib/librte_ether/rte_ethdev_vdev.h +++ b/lib/librte_ether/rte_ethdev_vdev.h @@ -34,9 +34,10 @@ #ifndef _RTE_ETHDEV_VDEV_H_ #define _RTE_ETHDEV_VDEV_H_ +#include <rte_config.h> #include <rte_malloc.h> #include <rte_bus_vdev.h> -#include <rte_ethdev.h> +#include <rte_ethdev_driver.h> /** * @internal |