diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 93c2e034e2..f76c6e7281 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -14,6 +14,7 @@ libc = "*" rand = "0.6" sys_util = { path = "../sys_util" } usb_util = { path = "../usb_util" } +vm_memory = { path = "../vm_memory" } # Prevent this from interfering with workspaces [workspace]