git: 41ac0b4ce00b - main - Fix the build.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Jan 2024 18:59:36 UTC
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>