Change path to route.h on iOS

This commit is contained in:
bossiel 2015-05-12 03:44:09 +00:00
parent abcb76c387
commit 7ab923d0ff
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ extern Platform::String^ rt_tsk_str_to_managed(char const* str);
#endif /* TSK_UNDER_WINDOWS_RT */
#if HAVE_NET_ROUTE_H
# if defined(__APPLE__) && __IPHONE_OS_VERSION_MIN_REQUIRED <= __IPHONE_3_2
# if TARGET_OS_IPHONE && !TARGET_IPHONE_SIMULATOR // Header missing in device SDK but exist in simulator
# include "net/_route.h" // from Doubango 3rd parties folder beacuse the one from iOS SDK is incomplete
# else
# include <net/route.h>