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:
6cd007d
)
BUILD: mworker: mworker-prog needs time.h for the 'now' variable
author
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 17:31:06 +0000
(19:31 +0200)
committer
Willy Tarreau
<w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000
(
01:36
+0200)
It wasn't included and it used to get them through other includes.
src/mworker-prog.c
patch
|
blob
|
history
diff --git
a/src/mworker-prog.c
b/src/mworker-prog.c
index
9de94a2
..
5ecd3df
100644
(file)
--- a/
src/mworker-prog.c
+++ b/
src/mworker-prog.c
@@
-26,6
+26,7
@@
#include <haproxy/global.h>
#include <haproxy/mworker.h>
#include <haproxy/task.h>
+#include <haproxy/time.h>
static int use_program = 0; /* do we use the program section ? */