Date: Wed, 17 Jan 2024 18:59:36 GMT From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 41ac0b4ce00b - main - Fix the build. Message-ID: <202401171859.40HIxaBo013723@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pjd: URL: https://cgit.FreeBSD.org/src/commit/?id=41ac0b4ce00bae061164384f23356a4df6e0e695 commit 41ac0b4ce00bae061164384f23356a4df6e0e695 Author: Pawel Jakub Dawidek <pjd@FreeBSD.org> AuthorDate: 2024-01-17 18:54:43 +0000 Commit: Pawel Jakub Dawidek <pjd@FreeBSD.org> CommitDate: 2024-01-17 18:59:26 +0000 Fix the build. MFC after: 1 week MFC with: f1d0a0cbecf2c688061f35adea85bfb29c9ec893 --- sys/kern/tty.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/kern/tty.c b/sys/kern/tty.c index ce72b250c526..ba20f5727829 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401171859.40HIxaBo013723>