ethdev: separate driver APIs
[dpdk.git] / drivers / net / vhost / rte_eth_vhost.c
index 0144285..4e541e3 100644 (file)
@@ -35,7 +35,7 @@
 #include <stdbool.h>
 
 #include <rte_mbuf.h>
-#include <rte_ethdev.h>
+#include <rte_ethdev_driver.h>
 #include <rte_ethdev_vdev.h>
 #include <rte_malloc.h>
 #include <rte_memcpy.h>