1
0
Эх сурвалжийг харах

Import Foundation also on Linux

Benjamin De Troch 10 жил өмнө
parent
commit
5eb8289d88

+ 1 - 2
Sources/HttpServerIO.swift

@@ -5,10 +5,9 @@
 //  Copyright (c) 2014-2016 Damian Kołakowski. All rights reserved.
 //
 
+import Foundation
 #if os(Linux)
     import Glibc
-#else
-    import Foundation
 #endif
 
 public class HttpServerIO {