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.
This commit is contained in:
Willy Tarreau 2021-05-06 11:37:53 +02:00
parent a46f1af2b1
commit 7541056aa0

View File

@ -10,7 +10,6 @@
*
*/
#include <malloc.h>
#include <haproxy/activity-t.h>
#include <haproxy/api.h>
#include <haproxy/cfgparse.h>