diff options
Diffstat (limited to 'lib/librte_ether/rte_ethdev_vdev.h')
-rw-r--r-- | lib/librte_ether/rte_ethdev_vdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librte_ether/rte_ethdev_vdev.h b/lib/librte_ether/rte_ethdev_vdev.h index 4d2c3e2b..ff92e6ed 100644 --- a/lib/librte_ether/rte_ethdev_vdev.h +++ b/lib/librte_ether/rte_ethdev_vdev.h @@ -35,7 +35,7 @@ #define _RTE_ETHDEV_VDEV_H_ #include <rte_malloc.h> -#include <rte_vdev.h> +#include <rte_bus_vdev.h> #include <rte_ethdev.h> /** |