Fix compilation on Darwin

This commit is contained in:
Gautier Pelloux-Prayer 2014-11-05 11:22:29 +01:00
parent 4b7b43974d
commit dee580f5e8

View file

@ -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;