From b23fc484036e2c492b048a5701ae0b8a93d422ae Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Tue, 16 Feb 2021 15:31:55 -0600 Subject: The changes I needed to get it to build --- src/malloc.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/malloc.h') diff --git a/src/malloc.h b/src/malloc.h index c2d9969..de2cc9f 100644 --- a/src/malloc.h +++ b/src/malloc.h @@ -36,6 +36,11 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #define HAVE_STDLIB #endif +#ifdef __STDC__ +#define ANY void +#define HAVE_STDLIB +#endif + #ifndef ANY #define ANY char #endif -- cgit v1.2.3