about summary refs log tree commit diff stats
path: root/src/otr/otrlibv4.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-03-26 19:51:46 +0100
committerMichael Vetter <jubalh@iodoru.org>2021-03-26 19:54:22 +0100
commit057c9ad7766b15fd0f188989fc190f32abace2dd (patch)
tree5c0759911a5444888d77d549e324f106a00bf011 /src/otr/otrlibv4.c
parenteaf76555bd4339499f991d9da1158d2957e7fd91 (diff)
downloadprofani-tty-057c9ad7766b15fd0f188989fc190f32abace2dd.tar.gz
Add config.h in files were it was missing
Related to https://github.com/profanity-im/profanity/issues/1512
Diffstat (limited to 'src/otr/otrlibv4.c')
-rw-r--r--src/otr/otrlibv4.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/otr/otrlibv4.c b/src/otr/otrlibv4.c
index 38b39df4..d735eb74 100644
--- a/src/otr/otrlibv4.c
+++ b/src/otr/otrlibv4.c
@@ -33,6 +33,8 @@
  *
  */
 
+#include "config.h"
+
 #include <libotr/proto.h>
 #include <libotr/privkey.h>
 #include <libotr/message.h>