commit | 410e2590e9b09d312847873e4ae63e17e3aba0a3 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 06 19:31:06 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 07 01:36:51 2021 +0200 |
tree | 1fa613881c5d35e44a08cbeda51e4ae71d15d591 | |
parent | 6cd007d078d0d9bbd5512edda2b88ee218ab003d [diff] [blame] |
BUILD: mworker: mworker-prog needs time.h for the 'now' variable It wasn't included and it used to get them through other includes.
diff --git a/src/mworker-prog.c b/src/mworker-prog.c index 9de94a2..5ecd3df 100644 --- 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 ? */