mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-01 09:42:02 +00:00
BUILD: mworker: mworker-prog needs time.h for the 'now' variable
It wasn't included and it used to get them through other includes.
This commit is contained in:
parent
6cd007d078
commit
410e2590e9
@ -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 ? */
|
||||
|
Loading…
Reference in New Issue
Block a user