diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-06-28 20:00:23 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-06-28 20:08:44 +0200 |
commit | 38ea55431d240c9ee6d3403e4f844f3a7ef7f1a5 (patch) | |
tree | c8e31911ab10f9d4371d3d9e7a8155d9d5a1010b | |
parent | 9eec0ce26e4749c863430912fb3664f4b27761ae (diff) | |
download | profani-tty-38ea55431d240c9ee6d3403e4f844f3a7ef7f1a5.tar.gz |
Include xmpp.h to cafile.c
Was pulled in through log.h
-rw-r--r-- | src/config/cafile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/cafile.c b/src/config/cafile.c index 2bb3c4d0..542740d0 100644 --- a/src/config/cafile.c +++ b/src/config/cafile.c @@ -44,6 +44,7 @@ #include "common.h" #include "config/files.h" #include "log.h" +#include "xmpp/xmpp.h" static gchar* _cafile_name(void) |