Fix some header inclusions.

This commit is contained in:
Ghislain MARY 2016-11-16 09:14:48 +01:00
parent b8c40dc110
commit a584db8606
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
#include <tunnel/client.hh>
#include <tunnel/udp_mirror.hh>
#include "linphone/core.h"
#include "linphone_tunnel.h"
#include "linphone/tunnel.h"
#ifndef USE_BELLESIP
extern "C" {

View file

@ -21,7 +21,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#define LINPHONE_UPNP_H
#include "mediastreamer2/upnp_igd.h"
#include "linphonecore.h"
#include "linphone/core.h"
#include "sal/sal.h"
typedef struct _UpnpSession UpnpSession;