From e5635c3dab47b19937622a70b4b443ffea2d5436 Mon Sep 17 00:00:00 2001 From: Doug Moore Date: Tue, 12 Sep 2023 14:35:48 -0500 Subject: [PATCH] powerpc_mmu_radix: include vm_radix.h file Replacing _vm_radix.h with vm_radix.h in one header file leaves one source file short of function definitions. Include vm_radix.h in that source file. Fixes a problem rooted in change 429c871ddddac4bbf6abf1eb9e2e6603f87c2ef5. --- sys/powerpc/aim/mmu_radix.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/powerpc/aim/mmu_radix.c b/sys/powerpc/aim/mmu_radix.c index 32d08d2d702..9c5b6712180 100644 --- a/sys/powerpc/aim/mmu_radix.c +++ b/sys/powerpc/aim/mmu_radix.c @@ -67,6 +67,7 @@ #include #include #include +#include #include #include #include