diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-14 13:09:14 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-14 13:14:45 +0100 |
commit | 08b975293c356f7a39ca28aa5bc243fe3281d361 (patch) | |
tree | daac674d35e3849af0677f75cfe94bc705f13c24 /common/storage_unqlite.cpp | |
parent | e593cb6acf0d66eb363690be00dddeeeb97d9b11 (diff) | |
download | sink-08b975293c356f7a39ca28aa5bc243fe3281d361.tar.gz sink-08b975293c356f7a39ca28aa5bc243fe3281d361.zip |
compile ixes, make akonadi2common an actual shared lib
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 | ||