mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-28 14:21:00 +01:00
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!
This commit is contained in:
parent
f23e029409
commit
c7f64e7a58
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user