diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-06-28 19:56:40 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-06-28 20:08:44 +0200 |
commit | 99e93f6b8b900025b8a57d6d7181b11063ed0dbd (patch) | |
tree | a7ff39cd540c29ac427b524849cb4c3328aa43fd | |
parent | 31e6b7564e279253d497daf6307ad2b18f6eba2d (diff) | |
download | profani-tty-99e93f6b8b900025b8a57d6d7181b11063ed0dbd.tar.gz |
Include xmpp.h in bookmark_ignore.c
That was pulled in through log.h
-rw-r--r-- | src/tools/bookmark_ignore.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/bookmark_ignore.c b/src/tools/bookmark_ignore.c index 040d0036..7f5375ba 100644 --- a/src/tools/bookmark_ignore.c +++ b/src/tools/bookmark_ignore.c @@ -44,6 +44,8 @@ #include "log.h" +#include "xmpp/xmpp.h" + static GKeyFile* bookmark_ignore_keyfile = NULL; static gchar* account_jid = NULL; |