Browse Source

src/netconf: fix compilation for watchOS

pull/163/head
Felix Paul Kühne 2 years ago
committed by Steve Lhomme
parent
commit
0ee34bb032
  1. 2
      src/darwin/netconf.m

2
src/darwin/netconf.m

@ -31,7 +31,9 @@
#import <TargetConditionals.h>
#if TARGET_OS_IPHONE
#if !TARGET_OS_WATCH
#include <CFNetwork/CFProxySupport.h>
#endif
#else
#include <CoreServices/CoreServices.h>
#endif

Loading…
Cancel
Save