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