diff options
Diffstat (limited to 'runtime/ops/fs.rs')
-rw-r--r-- | runtime/ops/fs.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/ops/fs.rs b/runtime/ops/fs.rs index 3b0c02083..d1a2489ba 100644 --- a/runtime/ops/fs.rs +++ b/runtime/ops/fs.rs @@ -27,6 +27,7 @@ use std::path::{Path, PathBuf}; use std::rc::Rc; use std::time::SystemTime; use std::time::UNIX_EPOCH; +use tokio::io::AsyncSeekExt; #[cfg(not(unix))] use deno_core::error::generic_error; |