git: f73e4f6c5817 - main - routing: unbreak the build of a bunch of kernels
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Aug 2022 21:51:24 UTC
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=f73e4f6c5817bf6bbf8b34c656b7a7acf6c87e47 commit f73e4f6c5817bf6bbf8b34c656b7a7acf6c87e47 Author: Mateusz Guzik <mjg@FreeBSD.org> AuthorDate: 2022-08-11 21:50:37 +0000 Commit: Mateusz Guzik <mjg@FreeBSD.org> CommitDate: 2022-08-11 21:50:37 +0000 routing: unbreak the build of a bunch of kernels Sponsored by: Rubicon Communications, LLC ("Netgate") --- sys/net/rtsock.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/net/rtsock.c b/sys/net/rtsock.c index 0c6c5f067dd3..38f7870dc6dd 100644 --- a/sys/net/rtsock.c +++ b/sys/net/rtsock.c @@ -39,6 +39,7 @@ #include <sys/param.h> #include <sys/jail.h> #include <sys/kernel.h> +#include <sys/eventhandler.h> #include <sys/domain.h> #include <sys/lock.h> #include <sys/malloc.h>