From: Michael Pfeiffer <[email protected]> Adding this include allowed us to use vtune with DPDK.
Signed-off-by: Michael Pfeiffer <[email protected]> --- lib/ethdev/ethdev_profile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ethdev/ethdev_profile.c b/lib/ethdev/ethdev_profile.c index 7978f351ac..90339cb2ee 100644 --- a/lib/ethdev/ethdev_profile.c +++ b/lib/ethdev/ethdev_profile.c @@ -3,6 +3,7 @@ */ #include "ethdev_profile.h" +#include "ethdev_driver.h" /** * This conditional block enables Ethernet device profiling with -- 2.38.0

