git: 215bb03edc54 - stable/14 - Fix the build.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Feb 2024 16:25:54 UTC
The branch stable/14 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=215bb03edc541634ec3fd9b01b55d7396b14d9cf commit 215bb03edc541634ec3fd9b01b55d7396b14d9cf Author: Pawel Jakub Dawidek <pjd@FreeBSD.org> AuthorDate: 2024-01-17 18:54:43 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2024-02-12 16:24:31 +0000 Fix the build. MFC after: 1 week MFC with: f1d0a0cbecf2c688061f35adea85bfb29c9ec893 (cherry picked from commit 41ac0b4ce00bae061164384f23356a4df6e0e695) --- sys/kern/tty.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/kern/tty.c b/sys/kern/tty.c index 6d060d61695c..eaf6fe98fe2e 100644 --- a/sys/kern/tty.c +++ b/sys/kern/tty.c @@ -44,6 +44,7 @@ #ifdef COMPAT_43TTY #include <sys/ioctl_compat.h> #endif /* COMPAT_43TTY */ +#include <sys/jail.h> #include <sys/kernel.h> #include <sys/limits.h> #include <sys/malloc.h>