commit | c28aab05d81c68d30824145c87b3ca72e4d35150 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 20:35:03 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 20:35:39 2021 +0200 |
tree | 17a043687cd2a7d470fd247edbbb166a2e0da48b | |
parent | 202f93d88592cbe25f4d3f7b8ad49619749415e2 [diff] |
BUILD: fd: include log.h from fd.c It's needed for ha_alert() and the header was missing.
diff --git a/src/fd.c b/src/fd.c index 6362225..733658c 100644 --- a/src/fd.c +++ b/src/fd.c
@@ -91,6 +91,7 @@ #include <haproxy/cfgparse.h> #include <haproxy/fd.h> #include <haproxy/global.h> +#include <haproxy/log.h> #include <haproxy/port_range.h> #include <haproxy/tools.h>