Przeglądaj źródła

Import Foundation also on Linux

Benjamin De Troch 10 lat temu
rodzic
commit
5eb8289d88
1 zmienionych plików z 1 dodań i 2 usunięć
  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 {