From: Aman Singh Date: Thu, 5 May 2022 13:01:38 +0000 (+0530) Subject: ethdev: fix build with vtune option X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=8c9e97ddbedd735f70a2e6b1d5d4ffef02a9b0b9;p=dpdk.git ethdev: fix build with vtune option When VTune profile option is enabled, compilation error is seen. Bugzilla ID: 1004 Fixes: f9bdee267ab8 ("ethdev: hide internal structures") Cc: stable@dpdk.org Signed-off-by: Aman Singh Reviewed-by: Andrew Rybchenko --- diff --git a/lib/ethdev/ethdev_profile.h b/lib/ethdev/ethdev_profile.h index e5ee4df824..881aec1273 100644 --- a/lib/ethdev/ethdev_profile.h +++ b/lib/ethdev/ethdev_profile.h @@ -6,6 +6,7 @@ #define _RTE_ETHDEV_PROFILE_H_ #include "rte_ethdev.h" +#include "ethdev_driver.h" /** * Initialization of the Ethernet device profiling.