From 6305ec6175a3c1326bce0f355d8de30e6b141720 Mon Sep 17 00:00:00 2001 From: Yann Diorcet Date: Wed, 15 Feb 2012 18:38:16 +0100 Subject: [PATCH] Remove unwanted header during compilation without tunnel --- coreapi/linphone_tunnel.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coreapi/linphone_tunnel.cc b/coreapi/linphone_tunnel.cc index 5f3bd728..337ca308 100644 --- a/coreapi/linphone_tunnel.cc +++ b/coreapi/linphone_tunnel.cc @@ -23,8 +23,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef TUNNEL_ENABLED #include "TunnelManager.hh" #include "linphone_tunnel.h" +#endif #include "linphonecore.h" #include "private.h" #include "lpconfig.h" -- 2.39.2