Skip to content

Commit 7fad5b3

Browse files
matttbekuba-moo
authored andcommitted
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 <[email protected]> Signed-off-by: Matthieu Baerts (NGI0) <[email protected]> Signed-off-by: Mat Martineau <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 76a8668 commit 7fad5b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

net/mptcp/mib.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/* SPDX-License-Identifier: GPL-2.0-or-later */
22

3+
#include <net/inet_common.h>
4+
35
enum linux_mptcp_mib_field {
46
MPTCP_MIB_NUM = 0,
57
MPTCP_MIB_MPCAPABLEPASSIVE, /* Received SYN with MP_CAPABLE */

0 commit comments

Comments
 (0)