Peter Zignego 9 年 前
コミット
17482a0d93
1 ファイル変更2 行追加2 行削除
  1. 2 2
      Sources/Swifter/Socket+File.swift

+ 2 - 2
Sources/Swifter/Socket+File.swift

@@ -12,7 +12,7 @@
 #endif
 
 
-#if os(iOS) || os (Linux)
+#if os(iOS) || os(tvOS) || os (Linux)
     
     struct sf_hdtr { }
     
@@ -40,7 +40,7 @@
     
 #endif
 
-#if os(iOS) || os (Linux)
+#if os(iOS) || os(tvOS) || os (Linux)
 
 extension Socket {