Skip to content

Commit

Permalink
fix tvos import
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurtis Seebaldt committed May 4, 2016
1 parent 0560dd8 commit dcb652c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Deferred/KSDeferred.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#import "KSPromise.h"
#import "KSCancellable.h"
#import "KSNetworkClient.h"
#if !TARGET_OS_WATCH || !TARGET_OS_TV
#if !TARGET_OS_WATCH && !TARGET_OS_TV
#import "KSURLConnectionClient.h"
#endif
#import "KSURLSessionClient.h"
Expand Down

0 comments on commit dcb652c

Please sign in to comment.