kcov: Fix the build

Fixes:		4568f5a286 ("kern_kcov: replace vm_page_next() with iterator")
Reported by:	syzbot+b41aad31e5897b2f3401@syzkaller.appspotmail.com
This commit is contained in:
Mark Johnston 2025-04-19 22:36:36 +00:00
parent 97f3a1565d
commit b66e75bffc

View file

@ -60,6 +60,7 @@
#include <vm/vm_page.h>
#include <vm/vm_pager.h>
#include <vm/vm_param.h>
#include <vm/vm_radix.h>
MALLOC_DEFINE(M_KCOV_INFO, "kcovinfo", "KCOV info type");