added std::ptr back in import to satisfy build checks

This commit is contained in:
colin 2018-12-06 12:58:31 -06:00
parent dbbdc8c3c2
commit 2855192145

View file

@ -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]