mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 07:07:04 +02:00
BUILD: queue: include tools.h from queue.c
It uses memprintf() without including the file because it inherited it from other ones.
This commit is contained in:
parent
745e98ce79
commit
c1a689f2eb
@ -83,6 +83,7 @@ s * queue's lock.
|
||||
#include <haproxy/tcp_rules.h>
|
||||
#include <haproxy/thread.h>
|
||||
#include <haproxy/time.h>
|
||||
#include <haproxy/tools.h>
|
||||
|
||||
|
||||
#define NOW_OFFSET_BOUNDARY() ((now_ms - (TIMER_LOOK_BACK >> 12)) & 0xfffff)
|
||||
|
Loading…
Reference in New Issue
Block a user