rte_os.h includes sched.h so install sched.h to allow DPDK installed to DESTDIR to be usable.
Fixes: e8428a9d89f1 ("eal/windows: add some basic functions and macros") Cc: sta...@dpdk.org Cc: pallavi.ka...@intel.com Signed-off-by: Tyler Retzlaff <roret...@linux.microsoft.com> Acked-by: Bruce Richardson <bruce.richard...@intel.com> --- v2: * reviewed all other headers to see if any should be added to the series, no other headers need to be installed as they are not exposed through already installed / public headers. * add Fixes tag as suggested by Thomas lib/eal/windows/include/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/eal/windows/include/meson.build b/lib/eal/windows/include/meson.build index 5fb1962..e985a77 100644 --- a/lib/eal/windows/include/meson.build +++ b/lib/eal/windows/include/meson.build @@ -6,4 +6,5 @@ includes += include_directories('.') headers += files( 'rte_os.h', 'rte_windows.h', + 'sched.h', ) -- 1.8.3.1