mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-20 00:10:41 -05: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue