diff options
author | George Hazan <ghazan@miranda.im> | 2021-12-04 19:24:01 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-12-04 19:24:01 +0300 |
commit | c6599302f4f68abad3e508dd63445280fc481a76 (patch) | |
tree | b2146475767811fa4b1d321dc793d34a9107d648 /plugins/Spamotron/src | |
parent | 5ea47a8634e1facfeab862c62140fd94ff917d62 (diff) |
no need to patch sqlite3.h anymore
Diffstat (limited to 'plugins/Spamotron/src')
-rw-r--r-- | plugins/Spamotron/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <sqlite3.h>
extern sqlite3 *bayesdb;
#define BAYESDB_PATH "spamotron"
|