From: Stephen Hemminger Date: Tue, 9 Aug 2022 20:27:33 +0000 (-0700) Subject: ipstats: add missing headers X-Git-Tag: v6.0.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28c740473510cd911b97cc5d7d23bd809a0f200b;p=thirdparty%2Fiproute2.git ipstats: add missing headers IWYU reports several headers are not explicitly included by ipstats. Signed-off-by: Stephen Hemminger --- diff --git a/ip/ipstats.c b/ip/ipstats.c index 1ac275bd2..dadded14c 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"