From e9dcb3cd8a55319742b0ed7c7df9d075e7e808b3 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sat, 8 May 2021 13:00:23 +0200 Subject: [PATCH] BUILD: config: include tools.h in cfgparse-listen.c Many functions defined in tools.h were called there but the file used to be inherited via others. --- src/cfgparse-listen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cfgparse-listen.c b/src/cfgparse-listen.c index d5df78c51..5b494337d 100644 --- a/src/cfgparse-listen.c +++ b/src/cfgparse-listen.c @@ -31,6 +31,7 @@ #include #include #include +#include #include /* some keywords that are still being parsed using strcmp() and are not