From: Willy Tarreau Date: Sat, 8 May 2021 18:30:37 +0000 (+0200) Subject: BUILD: listener: include proxy.h from listener.c X-Git-Tag: v2.4-dev19~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5958c43271c6ed3c8c00c0aea375b2f97a7c2b06;p=thirdparty%2Fhaproxy.git BUILD: listener: include proxy.h from listener.c Many proxy functions are called there but the include was missing and inherited via cfgparse.h. --- diff --git a/src/listener.c b/src/listener.c index 226b6293cd..8031c75069 100644 --- a/src/listener.c +++ b/src/listener.c @@ -28,8 +28,8 @@ #include #include #include -#include #include +#include #include #include #include