From: Changhyeok Bae Date: Tue, 9 Aug 2022 04:01:05 +0000 (+0000) Subject: ipstats: Add param.h for musl X-Git-Tag: v6.0.0~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf6b60c504d4be5e1df2b2745e55d677967831d0;p=thirdparty%2Fiproute2.git ipstats: Add param.h for musl Fix build error for musl | /usr/src/debug/iproute2/5.19.0-r0/iproute2-5.19.0/ip/ipstats.c:231: undefined reference to `MIN' Signed-off-by: Changhyeok Bae --- diff --git a/ip/ipstats.c b/ip/ipstats.c index 5cdd15ae0..1ac275bd2 100644 --- a/ip/ipstats.c +++ b/ip/ipstats.c @@ -1,6 +1,7 @@ // SPDX-License-Identifier: GPL-2.0+ #include #include +#include #include "list.h" #include "utils.h"