From c5e96802bee130bc860840ce32146655cac7278e Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 17 Mar 2015 10:05:49 +0100 Subject: [PATCH] Add include of libxml/tree.h for xmlNewTextChild() function. --- coreapi/chat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/coreapi/chat.c b/coreapi/chat.c index 476c365d5..c750c4f69 100644 --- a/coreapi/chat.c +++ b/coreapi/chat.c @@ -30,6 +30,7 @@ #include "ortp/b64.h" #include +#include #include #define COMPOSING_DEFAULT_IDLE_TIMEOUT 15