BUILD: queue: include tools.h from queue.c
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 11:59:05 +0000 (13:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 11:59:05 +0000 (13:59 +0200)
commitc1a689f2eb49a66fa563972fd0b94824aeed81b9
treea6c20ed36fbed2e2de9f0be5404c1234ee2a1bd2
parent745e98ce79a27781b4003c857bd7f804e0bd5cf6
BUILD: queue: include tools.h from queue.c

It uses memprintf() without including the file because it inherited
it from other ones.
src/queue.c