Fixed build error on stable due to FFI namespace changes.

Fortune for mapped-file's current commit: Future small blessing − 末小吉
master
Avril 2 years ago
parent 7e00ade351
commit aad400a458
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -1,6 +1,6 @@
//! Wrapping `errno` error types
use super::*;
use std::ffi::c_int;
use std::os::raw::c_int;
use std::{
fmt, error
};

Loading…
Cancel
Save