From 410e2590e9b09d312847873e4ae63e17e3aba0a3 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Wed, 6 Oct 2021 19:31:06 +0200 Subject: [PATCH] BUILD: mworker: mworker-prog needs time.h for the 'now' variable It wasn't included and it used to get them through other includes. --- src/mworker-prog.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mworker-prog.c b/src/mworker-prog.c index 9de94a289..5ecd3df36 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 ? */