diff --git a/src/header/bits_pthread/mod.rs b/src/header/bits_pthread/mod.rs index 72f43cbaff..5c4a1d3e51 100644 --- a/src/header/bits_pthread/mod.rs +++ b/src/header/bits_pthread/mod.rs @@ -1,6 +1,6 @@ #![allow(non_camel_case_types)] -use crate::platform::types::*; +use crate::platform::types::{c_int, c_uchar, c_ulong, c_void, size_t}; // XXX: https://github.com/eqrion/cbindgen/issues/685 //