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:
Willy Tarreau 2020-03-06 18:44:55 +01:00
parent f23e029409
commit c7f64e7a58

View 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>