only import the needed types in bits_pthread

This commit is contained in:
auronandace
2026-03-10 11:24:51 +00:00
parent de516b22e5
commit d8dc04d335
+1 -1
View File
@@ -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
//