From bf659c82465860b58b1ef8fee5cd8b6c3cade2a5 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Fri, 10 Dec 2021 11:41:52 -0600 Subject: everywhere: use stdlib.h for malloc(3) definition, not GNU-specific malloc.h musl implements support for malloc.h, but it is only a stub. we do not use any of the GNU-specific malloc interfaces, so just use POSIX stdlib.h instead. ref #10794 --- src/blob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/blob.c') diff --git a/src/blob.c b/src/blob.c index 1a63686..58325b8 100644 --- a/src/blob.c +++ b/src/blob.c @@ -7,7 +7,7 @@ * SPDX-License-Identifier: GPL-2.0-only */ -#include +#include #include #include #include -- cgit v1.2.3-60-g2f50