Skip to content

Commit

Permalink
Update ServerConfig.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
consuelita committed Dec 9, 2020
1 parent 6110573 commit 2d2efcf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Sources/Transport/ServerConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@

import Foundation

import Network
import Datable
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS)
import Network
#elseif os(Linux)
import NetworkLinux
#endif

public struct ServerConfig: Equatable
{
Expand Down

0 comments on commit 2d2efcf

Please sign in to comment.