mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
97f3a1565d
commit
b66e75bffc
1 changed files with 1 additions and 0 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue