mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-20 21:31:28 +02: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
@ -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…
x
Reference in New Issue
Block a user