Commit 70e68841 authored by Felix Paul Kühne's avatar Felix Paul Kühne

src/darwin: fix compilation for iOS

parent 5f7320bd
......@@ -29,7 +29,13 @@
#include <vlc_network.h>
#include <CoreFoundation/CoreFoundation.h>
#import <TargetConditionals.h>
#if TARGET_OS_IPHONE
#include <CFNetwork/CFProxySupport.h>
#else
#include <CoreServices/CoreServices.h>
#endif
/**
* Determines the network proxy server to use (if any).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment