From 31e6b7564e279253d497daf6307ad2b18f6eba2d Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 28 Jun 2022 19:55:14 +0200 Subject: Include xmpp and message header to database.c That was pulled in through log.h. --- src/database.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/database.c b/src/database.c index 6e10b222..0ccd422a 100644 --- a/src/database.c +++ b/src/database.c @@ -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; -- cgit 1.4.1-2-gfad0