aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@kernel.org>2022-07-06 08:46:12 -0600
committerDavid Ahern <dsahern@kernel.org>2022-07-06 08:46:12 -0600
commite903fdfb560ec3ae44df788f1878d0c81b2d5327 (patch)
tree39467aa071c7be38a649d11ce4a19961adc6aa34 /include
parent37f3cb9be0617756699563a434465101f7b69285 (diff)
parent329fda1861560b06e60a7bd1004647bb65708295 (diff)
downloadiproute2-e903fdfb560ec3ae44df788f1878d0c81b2d5327.tar.gz
Merge branch 'main' into next
Signed-off-by: David Ahern <dsahern@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/mptcp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/uapi/linux/mptcp.h b/include/uapi/linux/mptcp.h
index 1e07e2d95..f4ef46a1d 100644
--- a/include/uapi/linux/mptcp.h
+++ b/include/uapi/linux/mptcp.h
@@ -2,14 +2,15 @@
#ifndef _MPTCP_H
#define _MPTCP_H
+#include <netinet/in.h> /* for sockaddr_in and sockaddr_in6 */
+#include <sys/socket.h> /* for struct sockaddr */
+
#include <linux/const.h>
#include <linux/types.h>
#include <linux/in.h> /* for sockaddr_in */
#include <linux/in6.h> /* for sockaddr_in6 */
#include <linux/socket.h> /* for sockaddr_storage and sa_family */
-#include <sys/socket.h> /* for struct sockaddr */
-
#define MPTCP_SUBFLOW_FLAG_MCAP_REM _BITUL(0)
#define MPTCP_SUBFLOW_FLAG_MCAP_LOC _BITUL(1)
#define MPTCP_SUBFLOW_FLAG_JOIN_REM _BITUL(2)