[PATCH] windows: install sched.h header
Tyler Retzlaff
roretzla at linux.microsoft.com
Tue Mar 12 18:55:53 CET 2024
On Tue, Jan 30, 2024 at 05:52:54PM +0100, Thomas Monjalon wrote:
> 20/12/2023 10:11, Bruce Richardson:
> > On Tue, Dec 19, 2023 at 12:17:37PM -0800, Tyler Retzlaff wrote:
> > > rte_os.h includes sched.h so install sched.h to allow DPDK installed to
> > > DESTDIR to be usable.
>
> Why other files don't need to be exported as well?
after reviewing all other files it was found that only sched.h is being
included by an installed / public header. all other headers in
windows/include are used internally only.
>
> > > Signed-off-by: Tyler Retzlaff <roretzla at linux.microsoft.com>
> > > ---
> > Acked-by: Bruce Richardson <bruce.richardson at intel.com>
>
> That's a fix which may need to be backported.
found the commit that added sched.h and added a Fixes tag.
thanks!
More information about the dev
mailing list