diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2025-12-09 17:42:19 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2025-12-09 17:42:19 +0000 |
| commit | 0f12ee8ae1a81598541b703ba25b250dedff7803 (patch) | |
| tree | dd46fd6c619ab6153b35992335f326d23e1c06c6 | |
| parent | 701e4b36b4510c8cf26155ec3ab5aca9b7ba9406 (diff) | |
linux: fix build without VIMAGE
| -rw-r--r-- | sys/compat/linux/linux_if.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linux/linux_if.c b/sys/compat/linux/linux_if.c index 7c55ab9fd49c..1281207c1c84 100644 --- a/sys/compat/linux/linux_if.c +++ b/sys/compat/linux/linux_if.c @@ -25,6 +25,7 @@ #include <sys/param.h> #include <sys/systm.h> +#include <sys/kernel.h> #include <sys/ctype.h> #include <sys/eventhandler.h> #include <sys/jail.h> |
