From c7f64e7a588f83c9ddc0d09625319fde5a2f8822 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 6 Mar 2020 18:44:55 +0100 Subject: [PATCH] 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! --- include/proto/freq_ctr.h | 1 + 1 file changed, 1 insertion(+) 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