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/command | |
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/command')
-rw-r--r-- | src/command/cmd_ac.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command/cmd_ac.c b/src/command/cmd_ac.c index a4338143..cd684f19 100644 --- a/src/command/cmd_ac.c +++ b/src/command/cmd_ac.c @@ -34,6 +34,8 @@ * */ +#include "config.h" + #define _GNU_SOURCE 1 #include <stdlib.h> |