Skip to content

Commit

Permalink
Included missing import when using miniz.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukazoid committed Mar 29, 2017
1 parent 6cd3249 commit a2ccdaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ffi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ mod imp {
#[cfg(not(feature = "zlib"))]
mod imp {
extern crate miniz_sys;
use std::mem;
use std::ops::{Deref, DerefMut};

pub use self::miniz_sys::*;
Expand Down

0 comments on commit a2ccdaf

Please sign in to comment.