From f23e029409f6b4457096d205de89e19b08c5e9b6 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Fri, 6 Mar 2020 18:44:07 +0100 Subject: [PATCH] BUILD: global: must not include common/standard.h but only types/freq_ctr.h This one was accidently inherited and used to work but causes a circular dependency. --- include/types/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/types/global.h b/include/types/global.h index ad157833c..aaff2a484 100644 --- a/include/types/global.h +++ b/include/types/global.h @@ -27,8 +27,8 @@ #include #include #include -#include +#include #include #include #include -- 2.47.3