diff --git a/src/sdl2/lib.rs b/src/sdl2/lib.rs index 1e4218fe..7576b54c 100644 --- a/src/sdl2/lib.rs +++ b/src/sdl2/lib.rs @@ -2,8 +2,7 @@ #![crate_type = "lib"] extern crate num; -extern crate libc as libc_crate; -pub use libc_crate as libc; +pub extern crate libc; #[macro_use] extern crate lazy_static;