diff options
author | Michael Vetter <jubalh@iodoru.org> | 2021-03-26 19:51:46 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2021-03-26 19:54:22 +0100 |
commit | 057c9ad7766b15fd0f188989fc190f32abace2dd (patch) | |
tree | 5c0759911a5444888d77d549e324f106a00bf011 /src/otr | |
parent | eaf76555bd4339499f991d9da1158d2957e7fd91 (diff) | |
download | profani-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')
-rw-r--r-- | src/otr/otr.c | 2 | ||||
-rw-r--r-- | src/otr/otrlibv3.c | 2 | ||||
-rw-r--r-- | src/otr/otrlibv4.c | 2 |
3 files changed, 6 insertions, 0 deletions
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 <libotr/proto.h> #include <libotr/privkey.h> #include <libotr/message.h> 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> 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> |