Skip to content

Commit

Permalink
Add Linux support
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanLipnik committed Nov 13, 2021
1 parent e7b14b0 commit 53faaa2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/CiboKit/API.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
//

import Foundation
#if canImport(FoundationNetworking)
import FoundationNetworking
#endif

public struct Api {
public let authentication: Authentication
Expand Down

0 comments on commit 53faaa2

Please sign in to comment.