1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

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;