aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2023-02-05 15:25:10 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2023-02-05 15:25:10 +0000
commitedfc7d6e5b5b48fd8fad80672b94d8ab9c78095b (patch)
tree43eb09cfa4d9fe9c7f7a79d41fb3ca8a6c8b42db
parent8362905cb69e06b8946dd582ce2c1fb67d86081a (diff)
downloadsrc-edfc7d6e5b5b48fd8fad80672b94d8ab9c78095b.tar.gz
src-edfc7d6e5b5b48fd8fad80672b94d8ab9c78095b.zip
linux(4): Add the forgotten in the 6f8439db opt_compat include.
MFC after: 1 week
-rw-r--r--sys/compat/linux/linux_elf.c2
1 files changed, 2 insertions, 0 deletions
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>