git: 61c1368f22f9 - main - powerpc: add missing header

From: Doug Moore <dougm_at_FreeBSD.org>
Date: Mon, 21 Apr 2025 05:52:02 UTC
The branch main has been updated by dougm:

URL: https://cgit.FreeBSD.org/src/commit/?id=61c1368f22f955fa16003daa7db29d8bdd24d4cc

commit 61c1368f22f955fa16003daa7db29d8bdd24d4cc
Author:     Doug Moore <dougm@FreeBSD.org>
AuthorDate: 2025-04-21 05:50:37 +0000
Commit:     Doug Moore <dougm@FreeBSD.org>
CommitDate: 2025-04-21 05:50:37 +0000

    powerpc: add missing header
    
    Add missing vm/vm_radix.header.
    
    Fixes:  b6cd84ca2d08 ("powerpc: replace tailq pointers with iterators")
---
 sys/powerpc/booke/pmap.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/powerpc/booke/pmap.c b/sys/powerpc/booke/pmap.c
index 62fd21d4f073..f76f17bd8450 100644
--- a/sys/powerpc/booke/pmap.c
+++ b/sys/powerpc/booke/pmap.c
@@ -107,6 +107,7 @@
 #include <vm/vm_pager.h>
 #include <vm/vm_phys.h>
 #include <vm/vm_pagequeue.h>
+#include <vm/vm_radix.h>
 #include <vm/vm_dumpset.h>
 #include <vm/uma.h>