]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: freq_ctr: proto/freq_ctr needs to include common/standard.h
authorWilly Tarreau <w@1wt.eu>
Fri, 6 Mar 2020 17:44:55 +0000 (18:44 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 7 Mar 2020 05:07:18 +0000 (06:07 +0100)
This is needed for div_64_32() which is there and currently accidently
inherited via global.h!

include/proto/freq_ctr.h

index 184cdc63385e0edaeae45425a6424a75e94dd052..ff13ea8f4aa164cc8a74951cebc921befa8786fb 100644 (file)
@@ -23,6 +23,7 @@
 #define _PROTO_FREQ_CTR_H
 
 #include <common/config.h>
+#include <common/standard.h>
 #include <common/time.h>
 #include <common/hathreads.h>
 #include <types/freq_ctr.h>