From 56fc18fa236f1ef5e9f82dbe231d7358ce1ce5e3 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Tue, 7 Feb 2017 21:11:05 +0100 Subject: [PATCH] fix compilation issue --- tools/test_lsd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test_lsd.c b/tools/test_lsd.c index c574079d9..4a41a3bdd 100644 --- a/tools/test_lsd.c +++ b/tools/test_lsd.c @@ -24,6 +24,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. This file is a test program that plays several sound files and places a call simultatenously. */ +#include "linphone/core.h" #include "linphone/core_utils.h" static void play_finished(LsdPlayer *p) {