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/tools/autocomplete.c | 2 ++ src/tools/http_common.c | 2 ++ src/tools/parser.c | 2 ++ 3 files changed, 6 insertions(+) (limited to 'src/tools') diff --git a/src/tools/autocomplete.c b/src/tools/autocomplete.c index 07689907..9a809984 100644 --- a/src/tools/autocomplete.c +++ b/src/tools/autocomplete.c @@ -33,6 +33,8 @@ * */ +#include "config.h" + #define _GNU_SOURCE #include #include diff --git a/src/tools/http_common.c b/src/tools/http_common.c index e066a6f6..cd24c57e 100644 --- a/src/tools/http_common.c +++ b/src/tools/http_common.c @@ -33,6 +33,8 @@ * */ +#include "config.h" + #define _GNU_SOURCE 1 #include diff --git a/src/tools/parser.c b/src/tools/parser.c index c251c13a..98dc5809 100644 --- a/src/tools/parser.c +++ b/src/tools/parser.c @@ -33,6 +33,8 @@ * */ +#include "config.h" + #include #include -- cgit 1.4.1-2-gfad0