1 From c8a99f1035ec7b158a204f90e9a7ed3c0b1e3d52 Mon Sep 17 00:00:00 2001
2 From: Alexander Kanavin <alex@linutronix.de>
3 Date: Fri, 5 Aug 2022 11:31:56 +0200
4 Subject: [PATCH] ip/ipstats.c: add an include where MIN is defined
6 Otherwise, non-glibc systems error out (e.g. on musl).
8 Upstream-Status: Submitted [by email to stephen@networkplumber.org,netdev@vger.kernel.org]
9 Signed-off-by: Alexander Kanavin <alex@linutronix.de>
12 1 file changed, 1 insertion(+)
14 diff --git a/ip/ipstats.c b/ip/ipstats.c
15 index 5cdd15a..1ac275b 100644
19 // SPDX-License-Identifier: GPL-2.0+
22 +#include <sys/param.h>