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:
Willy Tarreau 2021-05-08 13:59:05 +02:00
parent 745e98ce79
commit c1a689f2eb

View File

@ -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)