diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index 52247d902d94a131bbaad40e460b8bfe363fc687..47a6ae47f9f03a80dd9c2126c6b04552623cba54 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;