From: Matthieu Baerts (NGI0) Date: Tue, 14 May 2024 01:13:32 +0000 (-0700) Subject: mptcp: include inet_common in mib.h X-Git-Tag: io_uring-6.10-20240523~85^2~6^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=7fad5b37561175527e92a17bc6a71009b0b718e2;p=linux-2.6-block.git mptcp: include inet_common in mib.h So this file is now self-contained: it can be compiled alone with analytic tools. Reviewed-by: Geliang Tang Signed-off-by: Matthieu Baerts (NGI0) Signed-off-by: Mat Martineau Link: https://lore.kernel.org/r/20240514011335.176158-9-martineau@kernel.org Signed-off-by: Jakub Kicinski --- 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 */