Skip to content

Commit

Permalink
Update C+Extensions.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
compnerd committed Jun 8, 2023
1 parent acb807e commit 3e1d7ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Tests/SwiftDocCUtilitiesTests/C+Extensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
*/

import Foundation
#if os(Windows)
import ucrt
#elseif os(Linux) || os(Android)
import Glibc
#else
import Darwin
#endif

internal func SetEnvironmentVariable(_ key: String, _ value: String) {
#if os(Windows)
Expand Down

0 comments on commit 3e1d7ca

Please sign in to comment.