From: Willy Tarreau Date: Wed, 6 Oct 2021 17:31:06 +0000 (+0200) Subject: BUILD: mworker: mworker-prog needs time.h for the 'now' variable X-Git-Tag: v2.5-dev9~89 X-Git-Url: http://git.haproxy.org/?a=commitdiff_plain;h=410e2590e9b09d312847873e4ae63e17e3aba0a3;p=haproxy-2.5.git 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 #include #include +#include static int use_program = 0; /* do we use the program section ? */