Skip to content

Commit

Permalink
fix: Remove Darwin.libc import
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Sep 27, 2017
1 parent 9741968 commit 31d0858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Commander/Error.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#if os(Linux)
import Glibc
#else
import Darwin.libc
import Darwin
#endif


Expand Down

0 comments on commit 31d0858

Please sign in to comment.