mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 04:58:14 +00:00
Fix compilation on Darwin
This commit is contained in:
parent
4b7b43974d
commit
dee580f5e8
1 changed files with 2 additions and 0 deletions
|
|
@ -23,7 +23,9 @@
|
|||
#include "private.h"
|
||||
#include "liblinphone_tester.h"
|
||||
|
||||
#ifndef __APPLE__
|
||||
extern char *strptime(char*, char*, struct tm*);
|
||||
#endif
|
||||
|
||||
LinphoneCoreManager* setup(bool_t enable_logs) {
|
||||
LinphoneCoreManager *marie;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue