From: Willy Tarreau Date: Fri, 6 Mar 2020 17:44:55 +0000 (+0100) Subject: BUILD: freq_ctr: proto/freq_ctr needs to include common/standard.h X-Git-Tag: v2.2-dev4~16 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=c7f64e7a588f83c9ddc0d09625319fde5a2f8822;p=haproxy.git BUILD: freq_ctr: proto/freq_ctr needs to include common/standard.h This is needed for div_64_32() which is there and currently accidently inherited via global.h! --- diff --git a/include/proto/freq_ctr.h b/include/proto/freq_ctr.h index 184cdc633..ff13ea8f4 100644 --- a/include/proto/freq_ctr.h +++ b/include/proto/freq_ctr.h @@ -23,6 +23,7 @@ #define _PROTO_FREQ_CTR_H #include +#include #include #include #include