fix(CallLog): bad endif

This commit is contained in:
Ronan Abhamon 2017-09-28 12:30:21 +02:00
parent 0cd07d1f86
commit 889e73614f

View file

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