kernel/vm: Add #include <team.h> to vm_debug.cpp.

Should fix the build on RISC-V.
This commit is contained in:
Augustin Cavalier 2024-10-17 12:09:46 -04:00
parent 16ecdb595b
commit a2cf217f8f

View File

@ -11,6 +11,8 @@
#include <ctype.h>
#include <team.h>
#include <vm/vm_page.h>
#include <vm/vm.h>
#include <vm/vm_priv.h>