mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 14:17:30 -04:00
BUILD: mworker: include tools.h for platforms without unsetenv()
In this case we fall back to my_unsetenv() thus we need tools.h to avoid a warning.
This commit is contained in:
parent
cc5cd5b8d8
commit
4c943fd60b
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#include <haproxy/mworker.h>
|
||||
#include <haproxy/task.h>
|
||||
#include <haproxy/time.h>
|
||||
#include <haproxy/tools.h>
|
||||
|
||||
|
||||
static int use_program = 0; /* do we use the program section ? */
|
||||
|
|
|
|||
Loading…
Reference in a new issue