projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c624da0
)
BUILD: mworker: include tools.h from mworker.c
author
Willy Tarreau
<w@1wt.eu>
Sat, 8 May 2021 11:58:19 +0000
(13:58 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Sat, 8 May 2021 11:58:19 +0000
(13:58 +0200)
It needs it for memprintf() but didn't include the file.
src/mworker.c
patch
|
blob
|
history
diff --git
a/src/mworker.c
b/src/mworker.c
index
b69c1ad
..
4819d16
100644
(file)
--- a/
src/mworker.c
+++ b/
src/mworker.c
@@
-37,6
+37,7
@@
#include <haproxy/signal.h>
#include <haproxy/stream.h>
#include <haproxy/stream_interface.h>
+#include <haproxy/tools.h>
#include <haproxy/version.h>