commit | 7541056aa0e73f6ad185c168bf69d37d87aaf173 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu May 06 11:37:53 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu May 06 11:38:41 2021 +0200 |
tree | 797d927698e7ccf8c1702337a895025ad2dc5edc | |
parent | a46f1af2b192dbeb2640e60a74c9c2fcb317cd0e [diff] |
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.
diff --git a/src/activity.c b/src/activity.c index 3f69e44..df8b9bd 100644 --- a/src/activity.c +++ b/src/activity.c
@@ -10,7 +10,6 @@ * */ -#include <malloc.h> #include <haproxy/activity-t.h> #include <haproxy/api.h> #include <haproxy/cfgparse.h>