Skip to content

Commit

Permalink
Fix missing c_void error when building for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatyas committed Oct 11, 2016
1 parent 4dcd223 commit 4793f93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ports/glutin/window.rs
Expand Up @@ -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;
Expand Down

0 comments on commit 4793f93

Please sign in to comment.