Skip to content

Commit

Permalink
mptcp: include inet_common in mib.h
Browse files Browse the repository at this point in the history
So this file is now self-contained: it can be compiled alone with
analytic tools.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Message-Id: <20240502-mptcp-cleanup-clang-checkpatch-v1-4-a2b46c0a6bec@kernel.org>
  • Loading branch information
matttbe authored and Patchew Applier committed May 2, 2024
1 parent cacde6f commit 85cda03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/mptcp/mib.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */

#include <net/inet_common.h>

enum linux_mptcp_mib_field {
MPTCP_MIB_NUM = 0,
MPTCP_MIB_MPCAPABLEPASSIVE, /* Received SYN with MP_CAPABLE */
Expand Down

0 comments on commit 85cda03

Please sign in to comment.