lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251016215955.14261-1-stephen@networkplumber.org>
Date: Thu, 16 Oct 2025 14:59:46 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: netdev@...r.kernel.org
Cc: Stephen Hemminger <stephen@...workplumber.org>
Subject: [PATCH iproute2] netshaper: update include files

Use iwyu to make sure all includes are listed.

Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
---
 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 <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"
 
-- 
2.47.3


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ