mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 16:09:20 +00:00
fix(CallLog): bad endif
This commit is contained in:
parent
0cd07d1f86
commit
889e73614f
1 changed files with 8 additions and 6 deletions
|
|
@ -21,14 +21,16 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
|
||||
#include <time.h>
|
||||
|
||||
#if defined(SQLITE_STORAGE_ENABLED) && !defined(_WIN32) && !defined(__ANDROID__) && !defined(__QNXNTO__)
|
||||
#include <langinfo.h>
|
||||
#include <iconv.h>
|
||||
#include <string.h>
|
||||
#endif
|
||||
#ifdef SQLITE_STORAGE_ENABLED
|
||||
#if defined(_WIN32) && !defined(__ANDROID__) && !defined(__QNXNTO__)
|
||||
#include <langinfo.h>
|
||||
#include <iconv.h>
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
#define MAX_PATH_SIZE 1024
|
||||
#include "sqlite3.h"
|
||||
|
||||
#define MAX_PATH_SIZE 1024
|
||||
#endif
|
||||
|
||||
#include "c-wrapper/c-wrapper.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue