git: 16dd69d46577 - stable/13 - routing: unbreak the build of a bunch of kernels
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Jan 2023 23:00:48 UTC
The branch stable/13 has been updated by melifaro: URL: https://cgit.FreeBSD.org/src/commit/?id=16dd69d46577bea5807d49340d894a68f8ea7d3a commit 16dd69d46577bea5807d49340d894a68f8ea7d3a Author: Mateusz Guzik <mjg@FreeBSD.org> AuthorDate: 2022-08-11 21:50:37 +0000 Commit: Alexander V. Chernikov <melifaro@FreeBSD.org> CommitDate: 2023-01-13 23:00:23 +0000 routing: unbreak the build of a bunch of kernels Sponsored by: Rubicon Communications, LLC ("Netgate") (cherry picked from commit f73e4f6c5817bf6bbf8b34c656b7a7acf6c87e47) --- sys/net/rtsock.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/net/rtsock.c b/sys/net/rtsock.c index f5b8019e9942..34825d2a6cc6 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>