Skip to content

Commit

Permalink
as mach
Browse files Browse the repository at this point in the history
  • Loading branch information
ameknite committed Oct 18, 2023
1 parent 0c2c371 commit 03774e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ extern crate core;
any(target_os = "macos", target_os = "ios"),
not(feature = "unix_sysv")
))]
extern crate mach2;
extern crate mach2 as mach;

#[cfg(unix)]
extern crate libc;
Expand Down

0 comments on commit 03774e7

Please sign in to comment.