added std::ptr back in import to satisfy build checks
This commit is contained in:
parent
dbbdc8c3c2
commit
2855192145
|
@ -39,7 +39,7 @@ use std::default::Default;
|
|||
use std::ffi::{CStr, CString};
|
||||
use std::ops::Drop;
|
||||
use std::os::raw::{c_char, c_void};
|
||||
|
||||
use std::ptr;
|
||||
|
||||
// Simple offset_of macro akin to C++ offsetof
|
||||
#[macro_export]
|
||||
|
|
Loading…
Reference in a new issue