From: Willy Tarreau Date: Thu, 6 May 2021 09:37:53 +0000 (+0200) Subject: BUILD: activity: do not include malloc.h X-Git-Tag: v2.4-dev19~116 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7541056aa0e73f6ad185c168bf69d37d87aaf173;p=thirdparty%2Fhaproxy.git 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 3f69e44828..df8b9bdda0 100644 --- a/src/activity.c +++ b/src/activity.c @@ -10,7 +10,6 @@ * */ -#include #include #include #include