Skip to content

Commit

Permalink
client: move libc out in profit of std::os::raw.
Browse files Browse the repository at this point in the history
  • Loading branch information
elinorbgr committed Jan 6, 2016
1 parent fb96a94 commit 34fc3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wayland-client/src/egl.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use libc::c_void;
use std::os::raw::c_void;
use std::ops::Deref;

use wayland_sys::egl::*;
Expand Down

0 comments on commit 34fc3cb

Please sign in to comment.