mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-22 14:49:45 -04: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue