BUILD: dns: include tools.h in dns.c

It is used for get_addr_len() without being included. It could be worth
splitting address manipulation functions to a different set of files.
This commit is contained in:
Willy Tarreau 2021-05-08 13:09:46 +02:00
parent bf1ae1a4b1
commit 9f9e9fc20c

View File

@ -33,6 +33,7 @@
#include <haproxy/ring.h>
#include <haproxy/stream.h>
#include <haproxy/stream_interface.h>
#include <haproxy/tools.h>
static THREAD_LOCAL char *dns_msg_trash;