[PATCH v2] windows: install sched.h header
    Tyler Retzlaff 
    roretzla at linux.microsoft.com
       
    Tue Mar 12 18:54:37 CET 2024
    
    
  
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: stable at dpdk.org
Cc: pallavi.kadam at intel.com
Signed-off-by: Tyler Retzlaff <roretzla at linux.microsoft.com>
Acked-by: Bruce Richardson <bruce.richardson at 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
    
    
More information about the stable
mailing list