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:
Willy Tarreau 2022-01-28 12:25:14 +01:00
parent cc5cd5b8d8
commit 4c943fd60b

View File

@ -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 ? */