diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-06-28 21:14:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-28 21:14:27 +0200 |
commit | 5fabca1e3746634eed2be3244313af173c1b6a7d (patch) | |
tree | 5f47bdfe294d54e0b23b897a541cbcfb3c77b37a /tests/unittests/config | |
parent | e8ae8257095d012e848b71e50269300644c24a12 (diff) | |
parent | 974f21efdc1e97902633df0b0eae5f0e855e27fa (diff) | |
download | profani-tty-5fabca1e3746634eed2be3244313af173c1b6a7d.tar.gz |
Merge pull request #1727 from profanity-im/log-chatlog-split
Split chatlog and log functions in separate files
Diffstat (limited to 'tests/unittests/config')
-rw-r--r-- | tests/unittests/config/stub_cafile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/config/stub_cafile.c b/tests/unittests/config/stub_cafile.c index ea31de11..032cdaf3 100644 --- a/tests/unittests/config/stub_cafile.c +++ b/tests/unittests/config/stub_cafile.c @@ -41,6 +41,7 @@ #include "common.h" #include "config/files.h" +#include "xmpp/xmpp.h" #include "log.h" void |