From 6c67cb237d9ed149a21081732df38c493e98c228 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Wed, 11 Oct 2017 18:05:34 +0200 Subject: [PATCH] feat(Chat): fix build --- coreapi/chat.c | 2 +- coreapi/linphonecore.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coreapi/chat.c b/coreapi/chat.c index 90d51b3e0..b2fa26f1f 100644 --- a/coreapi/chat.c +++ b/coreapi/chat.c @@ -38,7 +38,7 @@ #include "c-wrapper/c-wrapper.h" #include "chat/chat-room/basic-chat-room.h" #include "chat/chat-room/client-group-chat-room.h" -#include "chat/real-time-text-chat-room.h" +#include "chat/chat-room/real-time-text-chat-room.h" #include "chat/chat-room/real-time-text-chat-room-p.h" #include "content/content-type.h" diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index bab227b5b..3ce577415 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -45,7 +45,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include "mediastreamer2/msjpegwriter.h" #include "mediastreamer2/msogl.h" #include "mediastreamer2/msvolume.h" -#include "chat/client-group-chat-room-p.h" +#include "chat/chat-room/client-group-chat-room-p.h" #include "conference/remote-conference-event-handler.h" // For migration purpose.