]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: http-rules: include proxy.h from http_rules.c
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:30:37 +0000 (20:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:35:39 +0000 (20:35 +0200)
Many proxy functions are called there but the include was missing and
inherited via cfgparse.h.

src/http_rules.c

index 54fa0e9f0b16a52befabc01c61dff2e700524fd3..318603698e2c897046787371a04545065ac8ff39 100644 (file)
@@ -28,6 +28,7 @@
 #include <haproxy/http_rules.h>
 #include <haproxy/log.h>
 #include <haproxy/pool.h>
+#include <haproxy/proxy.h>
 #include <haproxy/sample.h>
 #include <haproxy/tools.h>
 #include <haproxy/version.h>