From c6599302f4f68abad3e508dd63445280fc481a76 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 4 Dec 2021 19:24:01 +0300 Subject: no need to patch sqlite3.h anymore --- plugins/Spamotron/src/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Spamotron/src/stdafx.h') diff --git a/plugins/Spamotron/src/stdafx.h b/plugins/Spamotron/src/stdafx.h index b587286647..c09ca7d427 100644 --- a/plugins/Spamotron/src/stdafx.h +++ b/plugins/Spamotron/src/stdafx.h @@ -107,7 +107,7 @@ int LogToSystemHistory(char *message, char *origmessage); /* bayes.c */ -#include "../../Libs/sqlite3/src/sqlite3.h" +#include extern sqlite3 *bayesdb; #define BAYESDB_PATH "spamotron" -- cgit v1.2.3