]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
netshaper: update include files
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 16 Oct 2025 21:58:37 +0000 (14:58 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 21 Oct 2025 22:06:11 +0000 (15:06 -0700)
Use iwyu to make sure all includes are listed.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
netshaper/netshaper.c

index 67df209154b921b4b7c2b0eca67fdcbb46bfc6b1..edd964c1020f4fb394dd5f80b4a37dbf9e374aac 100644 (file)
@@ -6,12 +6,19 @@
  */
 #include <stdio.h>
 #include <string.h>
+#include <stdlib.h>
+#include <stdbool.h>
+
 #include <linux/genetlink.h>
 #include <linux/netlink.h>
 #include <linux/rtnetlink.h>
 #include <linux/net_shaper.h>
+
 #include "version.h"
 #include "utils.h"
+#include "ll_map.h"
+#include "color.h"
+#include "json_print.h"
 #include "libgenl.h"
 #include "libnetlink.h"