mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-23 05:07:46 +00:00
Fix import that was destroyed by my editor
This commit is contained in:
parent
2000b978b3
commit
1eaeee32df
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ mod flate2_zallocation {
|
|||
}
|
||||
|
||||
pub fn no_header_decompress(in_data: &mut [u8], out_data: &mut [u8]) -> bool {
|
||||
use crate::compression::flate2_zallocation::{zalloc, zfree};
|
||||
|
||||
unsafe {
|
||||
let mut strm = z_stream {
|
||||
next_in: null_mut(),
|
||||
|
|
Loading…
Add table
Reference in a new issue