Re: [PATCH 5/8] ip_frag: enable build on Windows
On Wed, Nov 30, 2022 at 05:44:36PM -0800, Stephen Hemminger wrote: > This build works on Windows if sys/queue.h is included. > > Signed-off-by: Stephen Hemminger > --- Acked-by: Tyler Retzlaff
[PATCH 5/8] ip_frag: enable build on Windows
This build works on Windows if sys/queue.h is included. Signed-off-by: Stephen Hemminger --- app/test/test_ipfrag.c | 12 lib/ip_frag/ip_frag_common.h | 2 ++ lib/ip_frag/meson.build | 6 -- 3 files changed, 2 insertions(+), 18 deletions(-) diff --git a/app/test/te