git: 9bff7ec98354 - stable/13 - Fix the build.

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Mon, 12 Feb 2024 16:27:37 UTC
The branch stable/13 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=9bff7ec98354a76c171905ce9530f85685725ee7

commit 9bff7ec98354a76c171905ce9530f85685725ee7
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:26:05 +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 be4cc2593fd1..508c0f14b861 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>