]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: fd: include log.h from fd.c
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:35:03 +0000 (20:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:35:39 +0000 (20:35 +0200)
It's needed for ha_alert() and the header was missing.

src/fd.c

index 6362225ebf72f47313cee78097f9d94166841696..733658c404341e8536cb9b5f2801a9641f5ae627 100644 (file)
--- 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>