From: Willy Tarreau Date: Sat, 8 May 2021 18:28:07 +0000 (+0200) Subject: BUILD: hlua: include proxy.h from hlua.c X-Git-Tag: v2.4-dev19~31 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=3d6ee407e7bc2e27faea7c0d6828190f0d201852;p=haproxy.git BUILD: hlua: include proxy.h from hlua.c Many proxy functions are called there but the include was missing and inherited via cfgparse.h. --- diff --git a/src/hlua.c b/src/hlua.c index 328423b3f..0c0895e53 100644 --- a/src/hlua.c +++ b/src/hlua.c @@ -45,7 +45,7 @@ #include #include #include -#include +#include #include #include #include