summaryrefslogtreecommitdiff
path: root/plugins/Spamotron/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Spamotron/src')
-rw-r--r--plugins/Spamotron/src/stdafx.h2
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"