mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-09 08:51:28 -04: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue