Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2017-12-15 13:07:53 +0300
committerDominik Schmidt <dev@dominik-schmidt.de>2018-01-13 15:58:17 +0300
commit776bbbf7b16ba2e30ad4de265d856445caf01e16 (patch)
tree9d86fb59d97848e9ab456ea3d9b2acd5dc960fab /test
parentf326bf371d690f1929f7c5c06aebf53c7255daa6 (diff)
Don't include sqlite3.h from headers
So that sqlite is not part of the public interface of csync (and that the sqlite include path don't need to be passed when compiling libsync or gui)
Diffstat (limited to 'test')
-rw-r--r--test/csync/csync_tests/check_csync_update.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/csync/csync_tests/check_csync_update.cpp b/test/csync/csync_tests/check_csync_update.cpp
index 01681b7de..504ea2096 100644
--- a/test/csync/csync_tests/check_csync_update.cpp
+++ b/test/csync/csync_tests/check_csync_update.cpp
@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "csync_update.cpp"
+#include <sqlite3.h>
#include "torture.h"