From f4f7796ccc9e398b047bc537e28a065dfa83c8a9 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/common.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common.c') diff --git a/src/common.c b/src/common.c index 580e6d5..2b0fe7e 100644 --- a/src/common.c +++ b/src/common.c @@ -6,7 +6,6 @@ * SPDX-License-Identifier: GPL-2.0-only */ -#include #include #include #include -- cgit v1.2.3-70-g09d2