Skip to content

Commit e6e175b

Browse files
committed
Add ptr import (fixup #28187)
1 parent 94807b2 commit e6e175b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sys/unix/stack_overflow.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ mod imp {
146146
target_os = "netbsd",
147147
target_os = "openbsd")))]
148148
mod imp {
149-
use libc;
149+
use ptr;
150150

151151
pub unsafe fn init() {
152152
}

0 commit comments

Comments
 (0)