From 28c740473510cd911b97cc5d7d23bd809a0f200b Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 9 Aug 2022 13:27:33 -0700 Subject: [PATCH] ipstats: add missing headers IWYU reports several headers are not explicitly included by ipstats. Signed-off-by: Stephen Hemminger [ upstream status: 28c740473510cd911b97cc5d7d23bd809a0f200b] --- ip/ipstats.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ip/ipstats.c b/ip/ipstats.c index 1ac275bd..dadded14 100644 --- a/ip/ipstats.c +++ b/ip/ipstats.c @@ -1,7 +1,11 @@ // SPDX-License-Identifier: GPL-2.0+ +#include #include #include +#include +#include #include +#include #include "list.h" #include "utils.h" -- 2.37.2