12/06/2020 18:22, Tasnim Bashar: > From: Thomas Monjalon <tho...@monjalon.net> > > 02/06/2020 04:00, Tasnim Bashar: > > > --- a/lib/librte_eal/windows/include/rte_windows.h > > > +++ b/lib/librte_eal/windows/include/rte_windows.h > > > @@ -29,6 +29,7 @@ > > > #define INITGUID > > > #endif > > > #include <initguid.h> > > > +#include <rte_log.h> > > > > Why do you need adding rte_log in rte_windows? > > In rte_windows, rte_log is used. > Therefore, rte_log is included to use rte_windows independently.
OK