From 9eb8d9491b45974eb43acc042e17e56b7eaf5d1d Mon Sep 17 00:00:00 2001 From: Dmytro Bogovych Date: Tue, 2 Apr 2019 11:40:37 +0300 Subject: [PATCH] - avoid IPv6 structures redeclaration in Ubuntu 12.04 builds --- src/libs/ice/ICEAddress.cpp | 2 +- src/libs/ice/ICENetworkHelper.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libs/ice/ICEAddress.cpp b/src/libs/ice/ICEAddress.cpp index 994d35b9..56cb3b6a 100644 --- a/src/libs/ice/ICEAddress.cpp +++ b/src/libs/ice/ICEAddress.cpp @@ -24,7 +24,7 @@ # include #else # include -# if defined(TARGET_LINUX) || defined(TARGET_ANDROID) +# if /*defined(TARGET_LINUX) || */ defined(TARGET_ANDROID) # include # endif #endif diff --git a/src/libs/ice/ICENetworkHelper.cpp b/src/libs/ice/ICENetworkHelper.cpp index c47a687a..6674ba3a 100644 --- a/src/libs/ice/ICENetworkHelper.cpp +++ b/src/libs/ice/ICENetworkHelper.cpp @@ -22,7 +22,7 @@ # include "ICEIosSupport.h" #endif # include -# if defined(TARGET_ANDROID) || defined(TARGET_LINUX) +# if defined(TARGET_ANDROID)/* || defined(TARGET_LINUX) */ # include # endif #endif