From 659471128afc1ee6fdef68415decee0bdce8841b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Sun, 24 May 2020 00:17:16 +0200 Subject: [PATCH] Fixing compiling of sqlite3-t.cpp --- test/tap/tests/sqlite3-t.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/tap/tests/sqlite3-t.cpp b/test/tap/tests/sqlite3-t.cpp index ec520961a..50c6b7140 100644 --- a/test/tap/tests/sqlite3-t.cpp +++ b/test/tap/tests/sqlite3-t.cpp @@ -1,10 +1,13 @@ #define PROXYSQL_EXTERN - +#define MAIN_PROXY_SQLITE3 #include #include "tap.h" #include #include #include +#include +#include "proxysql_structs.h" +#include "proxysql_glovars.hpp" #include "sqlite3db.h" int main() {