From 85cda034c68b4c3eec97877218747f4bac3bc580 Mon Sep 17 00:00:00 2001 From: "Matthieu Baerts (NGI0)" Date: Thu, 2 May 2024 19:23:07 +0200 Subject: [PATCH] mptcp: include inet_common in mib.h So this file is now self-contained: it can be compiled alone with analytic tools. Signed-off-by: Matthieu Baerts (NGI0) Message-Id: <20240502-mptcp-cleanup-clang-checkpatch-v1-4-a2b46c0a6bec@kernel.org> --- net/mptcp/mib.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/mptcp/mib.h b/net/mptcp/mib.h index dd7fd1f246b5..2704afd0dfe4 100644 --- a/net/mptcp/mib.h +++ b/net/mptcp/mib.h @@ -1,5 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ +#include + enum linux_mptcp_mib_field { MPTCP_MIB_NUM = 0, MPTCP_MIB_MPCAPABLEPASSIVE, /* Received SYN with MP_CAPABLE */