DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] windows: install sched.h header
@ 2023-12-19 20:17 Tyler Retzlaff
  2023-12-20  9:11 ` Bruce Richardson
  2024-03-12 17:54 ` [PATCH v2] " Tyler Retzlaff
  0 siblings, 2 replies; 6+ messages in thread
From: Tyler Retzlaff @ 2023-12-19 20:17 UTC (permalink / raw)
  To: dev; +Cc: Tyler Retzlaff

rte_os.h includes sched.h so install sched.h to allow DPDK installed to
DESTDIR to be usable.

Signed-off-by: Tyler Retzlaff <roretzla@linux.microsoft.com>
---
 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-05-29 13:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-19 20:17 [PATCH] windows: install sched.h header Tyler Retzlaff
2023-12-20  9:11 ` Bruce Richardson
2024-01-30 16:52   ` Thomas Monjalon
2024-03-12 17:55     ` Tyler Retzlaff
2024-03-12 17:54 ` [PATCH v2] " Tyler Retzlaff
2024-05-29 13:25   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).