kernel/slab: Add another missing include following previous commits.

Somehow, this only errored on riscv64. Go figure.
This commit is contained in:
Augustin Cavalier 2021-09-01 13:53:05 -04:00
parent 1029af1793
commit f40bacae87
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#include <string.h>
#include <smp.h>
#include <util/AutoLock.h>
#include <vm/vm.h>
#include <vm/VMAddressSpace.h>