commit | 9f9e9fc20c20481fa9cf496066ee00130d09a440 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 13:09:46 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 13:09:46 2021 +0200 |
tree | 44752ed0cca0448d58ef19fdb317f88efc485f15 | |
parent | bf1ae1a4b183d61a2a9dcefe933ba549c946a360 [diff] |
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.
diff --git a/src/dns.c b/src/dns.c index a6b8fa7..083850d 100644 --- a/src/dns.c +++ b/src/dns.c
@@ -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;