]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: mworker: include tools.h for platforms without unsetenv()
authorWilly Tarreau <w@1wt.eu>
Fri, 28 Jan 2022 11:25:14 +0000 (12:25 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 28 Jan 2022 18:04:02 +0000 (19:04 +0100)
commit4c943fd60b0cf460d5277e2af7d8d0436191d9a4
treeb81efb898f13fc023e33bd1378d35e812f1d9fd9
parentcc5cd5b8d8b83aea3a02ce97c281f5b8f36e078c
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.
src/mworker-prog.c