1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #4533

Maxim Biro (1):
      fix(build): fix sqlcipher header inclusion
This commit is contained in:
Diadlo 2017-07-25 14:43:28 +03:00
commit e9c5dcae6d
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727

View File

@ -34,7 +34,7 @@
#define SQLITE_HAS_CODEC
#define SQLITE_TEMP_STORE 2
#include <sqlcipher/sqlite3.h>
#include <sqlite3.h>
/**