Skip to content

Commit b81bb4a

Browse files
committed
Fix missing imports for unix module
1 parent 9c6714e commit b81bb4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
//! according to the platform in question.
55
66
use dox::Option;
7+
use {FILE, ssize_t, size_t}; // from libc parent
78

89
pub type pid_t = i32;
910
pub type uid_t = u32;

0 commit comments

Comments
 (0)