mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Fix missing c_void
error when building for Android
This commit is contained in:
parent
4dcd223e83
commit
4793f935a4
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue