about summary refs log tree commit diff stats
path: root/src/otr/otrlibv3.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/otrlibv3.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/otrlibv3.c')
-rw-r--r--src/otr/otrlibv3.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/otr/otrlibv3.c b/src/otr/otrlibv3.c
index 0d1389f7..c6e7c275 100644
--- a/src/otr/otrlibv3.c
+++ b/src/otr/otrlibv3.c
@@ -32,6 +32,8 @@
  * source files in the program, then also delete it here.
  *
  */
+#include "config.h"
+
 #include <libotr/proto.h>
 #include <libotr/privkey.h>
 #include <libotr/message.h>