Skip to content

Commit 2358336

Browse files
committed
Import CDispatch.NSEC_PER_SEC on Android
1 parent 20707d9 commit 2358336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AsyncHelpers/Timeout.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// See https://gist.github.com/rnapier/af027808dcfca84686f063963e2a29f5
33

44
import Dispatch
5-
#if os(Linux)
5+
#if os(Linux) || os(Android)
66
import let CDispatch.NSEC_PER_SEC
77
#endif
88

0 commit comments

Comments
 (0)