Skip to content

Commit 31d0858

Browse files
committed
fix: Remove Darwin.libc import
1 parent 9741968 commit 31d0858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Commander/Error.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#if os(Linux)
22
import Glibc
33
#else
4-
import Darwin.libc
4+
import Darwin
55
#endif
66

77

0 commit comments

Comments
 (0)