From: Willy Tarreau Date: Sat, 8 May 2021 18:30:37 +0000 (+0200) Subject: BUILD: http-rules: include proxy.h from http_rules.c X-Git-Tag: v2.4-dev19~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d1dd2500f2b6a63cc0fbd39122d642ecacff8c77;p=thirdparty%2Fhaproxy.git BUILD: http-rules: include proxy.h from http_rules.c Many proxy functions are called there but the include was missing and inherited via cfgparse.h. --- diff --git a/src/http_rules.c b/src/http_rules.c index 54fa0e9f0b..318603698e 100644 --- a/src/http_rules.c +++ b/src/http_rules.c @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include