diff options
Diffstat (limited to 'ext/node/lib.rs')
-rw-r--r-- | ext/node/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/node/lib.rs b/ext/node/lib.rs index d38f10f61..96c9aff63 100644 --- a/ext/node/lib.rs +++ b/ext/node/lib.rs @@ -18,6 +18,8 @@ use deno_fs::sync::MaybeSend; use deno_fs::sync::MaybeSync; use once_cell::sync::Lazy; +extern crate libz_sys as zlib; + pub mod analyze; pub mod errors; mod global; |