1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05: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 "common.h"
#include "config/files.h" #include "config/files.h"
#include "log.h" #include "log.h"
#include "xmpp/xmpp.h"
static gchar* static gchar*
_cafile_name(void) _cafile_name(void)