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/event | |
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/event')
-rw-r--r-- | src/event/common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/event/common.c b/src/event/common.c index d7b13c19..408630ce 100644 --- a/src/event/common.c +++ b/src/event/common.c @@ -33,6 +33,8 @@ * */ +#include "config.h" + #include "config/tlscerts.h" #include "ui/ui.h" #include "xmpp/chat_session.h" |