From 54921a4bf20f1e13d509a76e49b83c6362c66e55 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 16 Oct 2025 14:58:37 -0700 Subject: [PATCH] netshaper: update include files Use iwyu to make sure all includes are listed. Signed-off-by: Stephen Hemminger --- netshaper/netshaper.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/netshaper/netshaper.c b/netshaper/netshaper.c index 67df2091..edd964c1 100644 --- a/netshaper/netshaper.c +++ b/netshaper/netshaper.c @@ -6,12 +6,19 @@ */ #include #include +#include +#include + #include #include #include #include + #include "version.h" #include "utils.h" +#include "ll_map.h" +#include "color.h" +#include "json_print.h" #include "libgenl.h" #include "libnetlink.h" -- 2.47.3