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

Include xmpp.h to cafile.c

Was pulled in through log.h
This commit is contained in:
Michael Vetter 2022-06-28 20:00:23 +02:00
parent 9eec0ce26e
commit 38ea55431d

View File

@ -44,6 +44,7 @@
#include "common.h"
#include "config/files.h"
#include "log.h"
#include "xmpp/xmpp.h"
static gchar*
_cafile_name(void)