]> git.kaiwu.me - haproxy.git/commit
BUILD: activity: do not include malloc.h
authorWilly Tarreau <w@1wt.eu>
Thu, 6 May 2021 09:37:53 +0000 (11:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 6 May 2021 09:38:41 +0000 (11:38 +0200)
commit7541056aa0e73f6ad185c168bf69d37d87aaf173
tree797d927698e7ccf8c1702337a895025ad2dc5edc
parenta46f1af2b192dbeb2640e60a74c9c2fcb317cd0e
BUILD: activity: do not include malloc.h

It doesn't exist on MacOS and broke the build. We don't need it as it's
already included by compat.h when relevant. No backport is needed.
src/activity.c