From 7f781af9292eb699b672e129a0ca767ad3859f61 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 5 Dec 2018 02:22:10 -0500 Subject: [PATCH] explicitly include system malloc.h --- h_malloc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/h_malloc.c b/h_malloc.c index 2e3f1ff..cd44042 100644 --- a/h_malloc.c +++ b/h_malloc.c @@ -5,6 +5,7 @@ #include #include +#include #include #include #include