diff options
author | George Hazan <ghazan@miranda.im> | 2017-12-07 22:48:58 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-12-07 22:48:58 +0300 |
commit | 75f678d3a4f23536e2170582dabd740eb195fa17 (patch) | |
tree | 0743ce9948813fe11a9457c618ef4832cc7167f8 /plugins/Spamotron/src/stdafx.h | |
parent | 17898b1694243a5969ffe2c93d3deb17791f6bae (diff) |
fixes #1042 (Spamotron must be reassembled using sqlite3.mir)
Diffstat (limited to 'plugins/Spamotron/src/stdafx.h')
-rw-r--r-- | plugins/Spamotron/src/stdafx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Spamotron/src/stdafx.h b/plugins/Spamotron/src/stdafx.h index 0ec06bf479..3773cee40d 100644 --- a/plugins/Spamotron/src/stdafx.h +++ b/plugins/Spamotron/src/stdafx.h @@ -116,7 +116,8 @@ int LogToSystemHistory(char *message, char *origmessage); /* bayes.c */
-#include "sqlite3/sqlite3.h"
+#include "../../Libs/sqlite3/src/sqlite3.h"
+
extern sqlite3 *bayesdb;
#define BAYESDB_PATH "spamotron"
#define BAYESDB_FILENAME "bayes.db"
|