Forráskód Böngészése

Import Foundation also on Linux

Benjamin De Troch 10 éve
szülő
commit
5eb8289d88
1 módosított fájl, 1 hozzáadás és 2 törlés
  1. 1 2
      Sources/HttpServerIO.swift

+ 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 {