From 7541056aa0e73f6ad185c168bf69d37d87aaf173 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Thu, 6 May 2021 11:37:53 +0200 Subject: [PATCH] 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/activity.c b/src/activity.c index 3f69e4482..df8b9bdda 100644 --- a/src/activity.c +++ b/src/activity.c @@ -10,7 +10,6 @@ * */ -#include #include #include #include