From 057c9ad7766b15fd0f188989fc190f32abace2dd Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 26 Mar 2021 19:51:46 +0100 Subject: Add config.h in files were it was missing Related to https://github.com/profanity-im/profanity/issues/1512 --- src/otr/otr.c | 2 ++ src/otr/otrlibv3.c | 2 ++ src/otr/otrlibv4.c | 2 ++ 3 files changed, 6 insertions(+) (limited to 'src/otr') diff --git a/src/otr/otr.c b/src/otr/otr.c index 0b925642..1cf1072c 100644 --- a/src/otr/otr.c +++ b/src/otr/otr.c @@ -33,6 +33,8 @@ * */ +#include "config.h" + #include #include #include 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 #include #include 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 #include #include -- cgit 1.4.1-2-gfad0