only import needed types

This commit is contained in:
auronandace
2025-12-22 10:16:15 +00:00
parent 5d4b6bc2ee
commit 4102e1b47d
+4 -1
View File
@@ -16,7 +16,10 @@ use crate::{
fnmatch::{FNM_NOESCAPE, FNM_PERIOD, fnmatch},
sys_stat::{S_IFDIR, S_IFLNK, S_IFMT, stat},
},
platform::{self, types::*},
platform::{
self,
types::{c_char, c_int, c_uchar, c_void, size_t},
},
};
// Cause glob() to return on error