mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 23:27:04 +02:00
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:
parent
bf1ae1a4b1
commit
9f9e9fc20c
@ -33,6 +33,7 @@
|
|||||||
#include <haproxy/ring.h>
|
#include <haproxy/ring.h>
|
||||||
#include <haproxy/stream.h>
|
#include <haproxy/stream.h>
|
||||||
#include <haproxy/stream_interface.h>
|
#include <haproxy/stream_interface.h>
|
||||||
|
#include <haproxy/tools.h>
|
||||||
|
|
||||||
static THREAD_LOCAL char *dns_msg_trash;
|
static THREAD_LOCAL char *dns_msg_trash;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user