Fix missing c_void error when building for Android

This commit is contained in:
Mátyás Mustoha 2016-10-11 13:02:22 +02:00
parent 4dcd223e83
commit 4793f935a4

View file

@ -32,7 +32,6 @@ use std::cell::{Cell, RefCell};
use std::ffi::CString;
#[cfg(any(target_os = "linux", target_os = "macos"))]
use std::mem;
#[cfg(not(target_os = "android"))]
use std::os::raw::c_void;
use std::ptr;
use std::rc::Rc;