diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-06-28 19:52:04 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-06-28 20:08:38 +0200 |
commit | 585f68f4f7e9227451f6314eb6d10cb0fd54fb1e (patch) | |
tree | 5216117f751bece2a06c4a152b24159d1790f1af /src/otr | |
parent | e8ae8257095d012e848b71e50269300644c24a12 (diff) | |
download | profani-tty-585f68f4f7e9227451f6314eb6d10cb0fd54fb1e.tar.gz |
Split log.c into log.c and chatlog.c
Diffstat (limited to 'src/otr')
-rw-r--r-- | src/otr/otr.c | 1 |
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" |