Include xmpp and message header to database.c

That was pulled in through log.h.
This commit is contained in:
Michael Vetter
2022-06-28 19:55:14 +02:00
parent 585f68f4f7
commit 31e6b7564e

View File

@@ -46,6 +46,8 @@
#include "log.h"
#include "common.h"
#include "config/files.h"
#include "xmpp/xmpp.h"
#include "xmpp/message.h"
static sqlite3* g_chatlog_database;