mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Fixed Android compilation
This commit is contained in:
parent
9a26b72164
commit
1f17bcc63d
4 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,6 @@ set(LINPHONE_PRIVATE_HEADER_FILES
|
|||
contact_providers_priv.h
|
||||
enum.h
|
||||
lime.h
|
||||
im_encryption_engine.h
|
||||
lpc2xml.h
|
||||
offeranswer.h
|
||||
private.h
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
*/
|
||||
|
||||
#include "linphone/core.h"
|
||||
#include "im_encryption_engine.h"
|
||||
#include "linphone/im_encryption_engine.h"
|
||||
|
||||
struct _LinphoneImEncryptionEngineCbs {
|
||||
void *user_data;
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@ set(HEADER_FILES
|
|||
tunnel.h
|
||||
vcard.h
|
||||
xmlrpc.h
|
||||
im_encryption_engine.h
|
||||
|
||||
# Deprecated header files
|
||||
linphonecore.h
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue