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/io.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/io.c') diff --git a/src/io.c b/src/io.c index 22ef386..ecb3898 100644 --- a/src/io.c +++ b/src/io.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3-70-g09d2