1
Fork 0
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:
Joshua Goins 2023-08-06 08:30:30 -04:00
parent 2000b978b3
commit 1eaeee32df

View file

@ -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(),