git: d4339cebbe8e - main - ip6_mroute: Make ip6_mroute.h more self-contained
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Mar 2026 16:15:42 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=d4339cebbe8e0b26f92a74eb5d4d9a20403c2ad1
commit d4339cebbe8e0b26f92a74eb5d4d9a20403c2ad1
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-03-30 13:32:13 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-03-30 16:08:21 +0000
ip6_mroute: Make ip6_mroute.h more self-contained
MFC after: 2 weeks
Sponsored by: Stormshield
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D55243
---
sys/netinet6/ip6_mroute.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sys/netinet6/ip6_mroute.h b/sys/netinet6/ip6_mroute.h
index c8388c3836bb..8ae98678934b 100644
--- a/sys/netinet6/ip6_mroute.h
+++ b/sys/netinet6/ip6_mroute.h
@@ -48,6 +48,9 @@
#ifndef _NETINET6_IP6_MROUTE_H_
#define _NETINET6_IP6_MROUTE_H_
+#include <sys/_param.h>
+#include <sys/types.h>
+
/*
* Multicast Routing set/getsockopt commands.
*/