Date: Fri, 31 Dec 2021 06:42:09 GMT From: Doug Moore <dougm@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: f76916c0956d - main - vm_reserv: #include vm_extern.h explicitly, for arm. Message-ID: <202112310642.1BV6g9D9025190@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dougm: URL: https://cgit.FreeBSD.org/src/commit/?id=f76916c0956d8318412e7aa30711b8411864ef21 commit f76916c0956d8318412e7aa30711b8411864ef21 Author: Doug Moore <dougm@FreeBSD.org> AuthorDate: 2021-12-31 06:40:25 +0000 Commit: Doug Moore <dougm@FreeBSD.org> CommitDate: 2021-12-31 06:40:25 +0000 vm_reserv: #include vm_extern.h explicitly, for arm. Fixes: c606ab59e7f9 vm_extern: use standard address checkers everywhere --- sys/vm/vm_reserv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/vm/vm_reserv.c b/sys/vm/vm_reserv.c index 639121806857..8c8b394454a0 100644 --- a/sys/vm/vm_reserv.c +++ b/sys/vm/vm_reserv.c @@ -59,6 +59,7 @@ __FBSDID("$FreeBSD$"); #include <sys/smp.h> #include <vm/vm.h> +#include <vm/vm_extern.h> #include <vm/vm_param.h> #include <vm/vm_object.h> #include <vm/vm_page.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112310642.1BV6g9D9025190>