1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Include xmpp.h in bookmark_ignore.c

That was pulled in through log.h
This commit is contained in:
Michael Vetter 2022-06-28 19:56:40 +02:00
parent 31e6b7564e
commit 99e93f6b8b

View File

@ -44,6 +44,8 @@
#include "log.h" #include "log.h"
#include "xmpp/xmpp.h"
static GKeyFile* bookmark_ignore_keyfile = NULL; static GKeyFile* bookmark_ignore_keyfile = NULL;
static gchar* account_jid = NULL; static gchar* account_jid = NULL;