diff options
Diffstat (limited to 'common/storage_unqlite.cpp')
-rw-r--r-- | common/storage_unqlite.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/storage_unqlite.cpp b/common/storage_unqlite.cpp index f94643f..2bdfc2c 100644 --- a/common/storage_unqlite.cpp +++ b/common/storage_unqlite.cpp | |||
@@ -9,7 +9,9 @@ | |||
9 | #include <QString> | 9 | #include <QString> |
10 | #include <QTime> | 10 | #include <QTime> |
11 | 11 | ||
12 | #include "unqlite/unqlite.h" | 12 | extern "C" { |
13 | #include "unqlite/unqlite.h" | ||
14 | } | ||
13 | 15 | ||
14 | static const char *s_unqliteDir = "/unqlite/"; | 16 | static const char *s_unqliteDir = "/unqlite/"; |
15 | 17 | ||