Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2023 15:25:39 GMT
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: edfc7d6e5b5b - main - linux(4): Add the forgotten in the 6f8439db opt_compat include.
Message-ID:  <202302051525.315FPdee081247@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dchagin:

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

commit edfc7d6e5b5b48fd8fad80672b94d8ab9c78095b
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-02-05 15:25:10 +0000
Commit:     Dmitry Chagin <dchagin@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302051525.315FPdee081247>