about summary refs log tree commit diff stats
path: root/src/otr/otr.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-06-28 21:14:27 +0200
committerGitHub <noreply@github.com>2022-06-28 21:14:27 +0200
commit5fabca1e3746634eed2be3244313af173c1b6a7d (patch)
tree5f47bdfe294d54e0b23b897a541cbcfb3c77b37a /src/otr/otr.c
parente8ae8257095d012e848b71e50269300644c24a12 (diff)
parent974f21efdc1e97902633df0b0eae5f0e855e27fa (diff)
downloadprofani-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 'src/otr/otr.c')
-rw-r--r--src/otr/otr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/otr/otr.c b/src/otr/otr.c
index 562914a2..e6015bc0 100644
--- a/src/otr/otr.c
+++ b/src/otr/otr.c
@@ -42,6 +42,7 @@
 #include <glib.h>
 
 #include "log.h"
+#include "chatlog.h"
 #include "database.h"
 #include "config/preferences.h"
 #include "config/files.h"