]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/personality/emcc.rs
Rollup merge of #107391 - notriddle:notriddle/copy-path-button, r=GuillaumeGomez
[rust.git] / library / std / src / personality / emcc.rs
index f942bdf18c1806ef55ab60733e2f2bb26a7062b5..cb52ae89b1911e06a59acc2e047dc565ed1c225b 100644 (file)
@@ -1,7 +1,7 @@
 //! On Emscripten Rust panics are wrapped in C++ exceptions, so we just forward
 //! to `__gxx_personality_v0` which is provided by Emscripten.
 
-use libc::c_int;
+use crate::ffi::c_int;
 use unwind as uw;
 
 // This is required by the compiler to exist (e.g., it's a lang item), but it's