The branch main has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=edfc7d6e5b5b48fd8fad80672b94d8ab9c78095b
commit edfc7d6e5b5b48fd8fad80672b94d8ab9c78095b Author: Dmitry Chagin <dcha...@freebsd.org> AuthorDate: 2023-02-05 15:25:10 +0000 Commit: Dmitry Chagin <dcha...@freebsd.org> CommitDate: 2023-02-05 15:25:10 +0000 linux(4): Add the forgotten in the 6f8439db opt_compat include. MFC after: 1 week --- sys/compat/linux/linux_elf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/compat/linux/linux_elf.c b/sys/compat/linux/linux_elf.c index 43df9508d470..cde72e3ed99a 100644 --- a/sys/compat/linux/linux_elf.c +++ b/sys/compat/linux/linux_elf.c @@ -40,6 +40,8 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); +#include "opt_compat.h" + #include <sys/param.h> #include <sys/exec.h> #include <sys/imgact.h>