From 541413ce2075174a7fb88540027e11096bdd5f3c Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Fri, 19 Apr 2013 10:21:36 +0200 Subject: [PATCH] Do not include eXosip header when compiling with bellesip. --- coreapi/TunnelManager.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coreapi/TunnelManager.cc b/coreapi/TunnelManager.cc index baf1454e3..17e1e5f98 100644 --- a/coreapi/TunnelManager.cc +++ b/coreapi/TunnelManager.cc @@ -16,7 +16,9 @@ #include "ortp/rtpsession.h" #include "linphonecore.h" #include "linphonecore_utils.h" +#ifndef USE_BELLESIP #include "eXosip2/eXosip_transport_hook.h" +#endif #include "tunnel/udp_mirror.hh" #include "private.h"