From 0c0427f98fc6f36672ee594ae8d8642c39dcfb7e Mon Sep 17 00:00:00 2001 From: Simon Morlat <simon.morlat@linphone.org> Date: Fri, 3 Sep 2010 18:19:46 +0200 Subject: [PATCH] fix c++ compilation problem --- coreapi/linphonecore.h | 1 + 1 file changed, 1 insertion(+) diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index 52247d902d..47a6ae47f9 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -159,6 +159,7 @@ char * linphone_call_log_to_str(LinphoneCallLog *cl); * The LinphoneCall object represents a call issued or received by the LinphoneCore **/ struct _LinphoneCall; +enum _LinphoneCallState; typedef struct _LinphoneCall LinphoneCall; -- GitLab