git: 6f387a563206 - stable/13 - vm_reserv: #include vm_extern.h explicitly, for arm.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Jul 2022 17:32:31 UTC
The branch stable/13 has been updated by dougm: URL: https://cgit.FreeBSD.org/src/commit/?id=6f387a56320608f80977496c67af12a2ce173a52 commit 6f387a56320608f80977496c67af12a2ce173a52 Author: Doug Moore <dougm@FreeBSD.org> AuthorDate: 2021-12-31 06:40:25 +0000 Commit: Doug Moore <dougm@FreeBSD.org> CommitDate: 2022-07-12 16:26:06 +0000 vm_reserv: #include vm_extern.h explicitly, for arm. Fixes: c606ab59e7f9 vm_extern: use standard address checkers everywhere (cherry picked from commit f76916c0956d8318412e7aa30711b8411864ef21) --- 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 446e5e324960..bb1bbe6680a1 100644 --- a/sys/vm/vm_reserv.c +++ b/sys/vm/vm_reserv.c @@ -60,6 +60,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>