projects
/
haproxy-3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fd04fd
)
BUILD: resolvers: include tools.h
author
Willy Tarreau
<w@1wt.eu>
Sat, 8 May 2021 10:59:47 +0000
(12:59 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Sat, 8 May 2021 10:59:47 +0000
(12:59 +0200)
Many functions from tools.h are called there but it was inherited via others.
src/resolvers.c
patch
|
blob
|
history
diff --git
a/src/resolvers.c
b/src/resolvers.c
index
44e6eb5
..
1a05ed3
100644
(file)
--- a/
src/resolvers.c
+++ b/
src/resolvers.c
@@
-43,6
+43,7
@@
#include <haproxy/tcp_rules.h>
#include <haproxy/ticks.h>
#include <haproxy/time.h>
+#include <haproxy/tools.h>
#include <haproxy/vars.h>