commit | c1a689f2eb49a66fa563972fd0b94824aeed81b9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 13:59:05 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 13:59:05 2021 +0200 |
tree | a6c20ed36fbed2e2de9f0be5404c1234ee2a1bd2 | |
parent | 745e98ce79a27781b4003c857bd7f804e0bd5cf6 [diff] |
BUILD: queue: include tools.h from queue.c It uses memprintf() without including the file because it inherited it from other ones.
diff --git a/src/queue.c b/src/queue.c index f79fe54..1fadd10 100644 --- a/src/queue.c +++ b/src/queue.c
@@ -83,6 +83,7 @@ #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)