From: Willy Tarreau Date: Sat, 8 May 2021 18:35:03 +0000 (+0200) Subject: BUILD: fd: include log.h from fd.c X-Git-Tag: v2.4-dev19~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c28aab05d81c68d30824145c87b3ca72e4d35150;p=thirdparty%2Fhaproxy.git 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 6362225ebf..733658c404 100644 --- a/src/fd.c +++ b/src/fd.c @@ -91,6 +91,7 @@ #include #include #include +#include #include #include